Skip to content

Commit 2b1a42e

Browse files
committed
chore(release): Bump version to 2.23.5
- Updated app version across `Info.plist`, `package.json`, `project.pbxproj`, and `build.gradle`. - Incremented build number and version codes for iOS and Android.
1 parent 855edfc commit 2b1a42e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ android {
9595
applicationId "com.strabospot2"
9696
minSdkVersion rootProject.ext.minSdkVersion
9797
targetSdkVersion rootProject.ext.targetSdkVersion
98-
versionCode 1013
99-
versionName "2.23.4"
98+
versionCode 1014
99+
versionName "2.23.5"
100100
}
101101
signingConfigs {
102102
debug {

ios/StraboSpot2.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
buildSettings = {
433433
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
434434
CLANG_ENABLE_MODULES = YES;
435-
CURRENT_PROJECT_VERSION = 148;
435+
CURRENT_PROJECT_VERSION = 149;
436436
DEVELOPMENT_TEAM = 5CQY5S92XA;
437437
ENABLE_BITCODE = NO;
438438
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -469,7 +469,7 @@
469469
buildSettings = {
470470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
471471
CLANG_ENABLE_MODULES = YES;
472-
CURRENT_PROJECT_VERSION = 148;
472+
CURRENT_PROJECT_VERSION = 149;
473473
DEVELOPMENT_TEAM = 5CQY5S92XA;
474474
ENABLE_USER_SCRIPT_SANDBOXING = NO;
475475
INFOPLIST_FILE = StraboSpot2/Info.plist;

ios/StraboSpot2/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.23.4</string>
20+
<string>2.23.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>148</string>
33+
<string>149</string>
3434
<key>ITSAppUsesNonExemptEncryption</key>
3535
<false/>
3636
<key>LSApplicationQueriesSchemes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strabospot2",
3-
"version": "2.23.4",
3+
"version": "2.23.5",
44
"private": true,
55
"scripts": {
66
"android": "npx react-native run-android",

0 commit comments

Comments
 (0)