diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 5822f97b..50b08dd3 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -23,9 +23,9 @@
CFBundleSignature
????
CFBundleVersion
- 0.8.5
+ 0.10.1
CFBundleLongVersionString
-
+ 0.10.1
CSResourcesFileMapped
NSHumanReadableCopyright
diff --git a/docs/Releasing.md b/docs/Releasing.md
index 30eda7b3..a46faf98 100644
--- a/docs/Releasing.md
+++ b/docs/Releasing.md
@@ -6,6 +6,7 @@ These are the code changes that need to take place
- [ ] Update version and changelog at packaging/debian/changelog
- [ ] Update version and changelog at packaging/rpm/flameshot.spec
- [ ] Update data/appdata/flameshot.metainfo.xml
+- [ ] Update MacOs version in cmake/modules/MacOSXBundleInfo.plist.in
These are the steps for actually making the release
- [ ] Download all binaries from CI run started from PR related to code changes shown above