Skip to content

Commit

Permalink
Merge pull request #1501 from lutraconsulting/versions++ for 0.9.9
Browse files Browse the repository at this point in the history
Increase version to 0.9.9
  • Loading branch information
tomasMizera committed Jun 18, 2021
2 parents 55b44b1 + 6c3555d commit f5b0f31
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
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.8</string>
<string>0.9.9</string>
<key>CFBundleSignature</key>
<string>${QMAKE_PKGINFO_TYPEINFO}</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion app/version.pri
@@ -1,6 +1,6 @@
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_FIX = 8
VERSION_FIX = 9

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/version.cmd
@@ -1,3 +1,3 @@
set VERSIONMAJOR=0
set VERSIONMINOR=9
set VERSIONBUILD=8
set VERSIONBUILD=9

6 comments on commit f5b0f31

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

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

@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.15.210618154437 (SDK: ios-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-22)

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

@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.15.210621055444 (SDK: ios-15)

Please sign in to comment.