From 1b40e62b5b878f8e54d07bc934c9feb76253cb0c Mon Sep 17 00:00:00 2001
From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com>
Date: Mon, 18 Oct 2021 08:43:34 -0500
Subject: [PATCH] fixing MacOs version and documenting process (#1987)
---
cmake/modules/MacOSXBundleInfo.plist.in | 4 ++--
docs/Releasing.md | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
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