Skip to content

Commit

Permalink
Merge pull request #1396 from lutraconsulting/release_0.9.6
Browse files Browse the repository at this point in the history
version++ for 0.9.6 release
  • Loading branch information
saberraz authored May 12, 2021
2 parents 0cae9d8 + e50e2e5 commit 6581232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.4</string>
<string>0.9.6</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 = 9
VERSION_FIX = 4
VERSION_FIX = 6

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

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=9
set VERSIONBUILD=4
set VERSIONBUILD=6

6 comments on commit 6581232

@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-21)

@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-21)

@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-21)

@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-2.12.210512100848 (SDK: ios-12)

@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-21)

@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.12.210512101316 (SDK: ios-12)

Please sign in to comment.