Skip to content

Commit

Permalink
bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
saberraz authored and PeterPetrik committed Sep 1, 2021
1 parent be2a00b commit 628d84d
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>1.0.0</string>
<string>1.0.1</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 = 1
VERSION_MINOR = 0
VERSION_FIX = 0
VERSION_FIX = 1

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=1
set VERSIONMINOR=0
set VERSIONBUILD=0
set VERSIONBUILD=1

6 comments on commit 628d84d

@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.

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.

ios-2.15.210901121808 (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.210901134747 (SDK: ios-15)

Please sign in to comment.