We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafb233 commit 3ef5e1dCopy full SHA for 3ef5e1d
1 file changed
curve_editor/constants.hpp
@@ -26,7 +26,7 @@ namespace curve_editor::global {
26
inline constexpr auto PLUGIN_VERSION = mkaul::Version{
27
mkaul::VersionNumber{2},
28
mkaul::PreviewType{mkaul::PreviewType::Type::Beta},
29
- mkaul::VersionNumber{1, 3, 1}
+ mkaul::VersionNumber{1, 4}
30
};
31
inline constexpr auto PLUGIN_DEVELOPER = L"mimaraka";
32
inline constexpr auto PLUGIN_TRANSLATOR = L"Deepdive";
0 commit comments