Skip to content

Commit e6651e8

Browse files
committed
v0.1.1+21
1 parent 92ea2b5 commit e6651e8

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ android {
147147
applicationId "com.inaturalistreactnative"
148148
minSdkVersion rootProject.ext.minSdkVersion
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150-
versionCode 20
150+
versionCode 21
151151
versionName "0.1.1"
152152
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
153153
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Several minor changes to fastlane config
2+
3+
* Ensure we return to the original branch after release, not just to main
4+
* Avoid git clean when release fails

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
buildSettings = {
397397
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
398398
CLANG_ENABLE_MODULES = YES;
399-
CURRENT_PROJECT_VERSION = 20;
399+
CURRENT_PROJECT_VERSION = 21;
400400
DEVELOPMENT_TEAM = N5J7L4P93Z;
401401
ENABLE_BITCODE = NO;
402402
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
@@ -423,7 +423,7 @@
423423
buildSettings = {
424424
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
425425
CLANG_ENABLE_MODULES = YES;
426-
CURRENT_PROJECT_VERSION = 20;
426+
CURRENT_PROJECT_VERSION = 21;
427427
DEVELOPMENT_TEAM = N5J7L4P93Z;
428428
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
429429
LD_RUNPATH_SEARCH_PATHS = (

ios/iNaturalistReactNative/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>20</string>
24+
<string>21</string>
2525
<key>ITSAppUsesNonExemptEncryption</key>
2626
<false />
2727
<key>LSRequiresIPhoneOS</key>

ios/iNaturalistReactNativeTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20</string>
22+
<string>21</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)