Browse Source

fixing MacOs version and documenting process (#1987)

borgmanJeremy 3 years ago
parent
commit
1b40e62b5b
2 changed files with 3 additions and 2 deletions
  1. 2 2
      cmake/modules/MacOSXBundleInfo.plist.in
  2. 1 0
      docs/Releasing.md

+ 2 - 2
cmake/modules/MacOSXBundleInfo.plist.in

@@ -23,9 +23,9 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>0.8.5</string>
+	<string>0.10.1</string>
 	<key>CFBundleLongVersionString</key>
-	<string></string>
+	<string>0.10.1</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 	<key>NSHumanReadableCopyright</key>

+ 1 - 0
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