diff --git a/macos/macos.plist b/macos/macos.plist
index ffc3958c..bcae0975 100644
--- a/macos/macos.plist
+++ b/macos/macos.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.9
+ 2.0.10
CFBundleSignature
????
CFBundleVersion
- 6
+ 7
LSApplicationCategoryType
public.app-category.education
LSMinimumSystemVersion
diff --git a/src/main.cpp b/src/main.cpp
index eb6f6034..17a6539d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -150,7 +150,7 @@ int main(int argc, char *argv[])
}
if(strcmp(argv[1], "--version")==0) {
- printf("2.0.9");
+ printf("2.0.10");
exit(0);
}
}
diff --git a/src/qml/desktop/MainDesktop.qml b/src/qml/desktop/MainDesktop.qml
index 3a2f1102..4e023d13 100644
--- a/src/qml/desktop/MainDesktop.qml
+++ b/src/qml/desktop/MainDesktop.qml
@@ -142,7 +142,7 @@ Rectangle {
fontSizeMode: Text.Fit
height: 24
- text: "Atomify 2.0"
+ text: "Atomify 2.0.10"
horizontalAlignment: Text.AlignHCenter
}
}