Skip to content

Commit

Permalink
release 1.1.14: increase versions and build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
valentk777 committed Apr 7, 2024
1 parent e6ddf66 commit e0b30f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ android {
applicationId "com.baitupasaulis.seabattlepaper"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 68
versionName "1.1.13"
versionCode 69
versionName "1.1.14"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions ios/seabattlepaper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.13</string>
<string>1.1.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>68</string>
<string>69</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seabattlepaper",
"version": "1.1.13",
"version": "1.1.14",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit e0b30f4

Please sign in to comment.