Skip to content

Commit bed61aa

Browse files
committed
v0.1.1+39
1 parent b87efc5 commit bed61aa

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ android {
166166
applicationId "com.inaturalistreactnative"
167167
minSdkVersion rootProject.ext.minSdkVersion
168168
targetSdkVersion rootProject.ext.targetSdkVersion
169-
versionCode 38
169+
versionCode 39
170170
versionName "0.1.1"
171171
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
172172
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MyObservations close to spec! And many, many other changes.

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
buildSettings = {
449449
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
450450
CLANG_ENABLE_MODULES = YES;
451-
CURRENT_PROJECT_VERSION = 38;
451+
CURRENT_PROJECT_VERSION = 39;
452452
DEVELOPMENT_TEAM = N5J7L4P93Z;
453453
ENABLE_BITCODE = NO;
454454
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -478,7 +478,7 @@
478478
buildSettings = {
479479
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
480480
CLANG_ENABLE_MODULES = YES;
481-
CURRENT_PROJECT_VERSION = 38;
481+
CURRENT_PROJECT_VERSION = 39;
482482
DEVELOPMENT_TEAM = N5J7L4P93Z;
483483
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
484484
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;

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>38</string>
24+
<string>39</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>38</string>
22+
<string>39</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)