Skip to content

Commit

Permalink
Merge pull request #792 from lutraconsulting/release-android-0.6.4
Browse files Browse the repository at this point in the history
increased the version for beta release
  • Loading branch information
saberraz authored Jul 14, 2020
2 parents 7ef7879 + 43d9e53 commit ab98640
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.3</string>
<string>0.6.4</string>
<key>CFBundleSignature</key>
<string>${QMAKE_PKGINFO_TYPEINFO}</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion app/version.pri
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 0
VERSION_MINOR = 6
VERSION_FIX = 3
VERSION_FIX = 4

INPUT_VERSION = '$${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_FIX}'

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/manual_test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- [ ] Zoom to project shows the correct extent
- [ ] Map themes shows the correct themes (use public project: saber\test_map_theme)
- [ ] User can switch between map themes (use public project: saber\test_map_theme)
- [ ] CRS OTF works correctly ((use public project: saber\test_projection)
- [ ] CRS OTF works correctly (use public project: saber\test_projection)
- [ ] Settings has the correct customisations
- [ ] Correct versions is shown

Expand Down
2 changes: 1 addition & 1 deletion scripts/version.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set VERSIONMAJOR=0
set VERSIONMINOR=6
set VERSIONBUILD=3
set VERSIONBUILD=4

6 comments on commit ab98640

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

win-apk: x86_64 (SDK: win-7)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: armeabi-v7a (SDK: android-15)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: arm64-v8a (SDK: android-15)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ios-1.4.200714085852 (SDK: ios-4)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: armeabi-v7a (SDK: android-15)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: arm64-v8a (SDK: android-15)

Please sign in to comment.