Skip to content

Commit 7d61529

Browse files
committed
v2.0-beta1.0.2
1 parent 1453082 commit 7d61529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curve_editor/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace curve_editor::global {
2626
inline constexpr auto PLUGIN_VERSION = mkaul::Version{
2727
mkaul::VersionNumber{2},
2828
mkaul::PreviewType{mkaul::PreviewType::Type::Beta},
29-
mkaul::VersionNumber{1, 0, 1}
29+
mkaul::VersionNumber{1, 0, 2}
3030
};
3131
inline constexpr auto PLUGIN_DEVELOPER = "mimaraka";
3232
inline constexpr auto PLUGIN_TRANSLATOR = "Deepdive";

0 commit comments

Comments
 (0)