We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1453082 commit 7d61529Copy full SHA for 7d61529
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, 0, 1}
+ mkaul::VersionNumber{1, 0, 2}
30
};
31
inline constexpr auto PLUGIN_DEVELOPER = "mimaraka";
32
inline constexpr auto PLUGIN_TRANSLATOR = "Deepdive";
0 commit comments