Skip to content

Commit e025a76

Browse files
committed
v0.3.0+42
1 parent 5274770 commit e025a76

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ android {
123123
applicationId "com.inaturalistreactnative"
124124
minSdkVersion rootProject.ext.minSdkVersion
125125
targetSdkVersion rootProject.ext.targetSdkVersion
126-
versionCode 41
127-
versionName "0.2.0"
126+
versionCode 42
127+
versionName "0.3.0"
128128
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
129129
// Detox Android setup
130130
testBuildType System.getProperty('testBuildType', 'debug')
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ObsDetail UI refinement and native camera zoom
2+
3+
* Start of UI refinement for ObsDetail
4+
* Improved camera zoom and tap-to-focus performance; removed double-tap to
5+
zoom in Android
6+
* Fixed camera buttons and orientation problems for iPad

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 = 41;
451+
CURRENT_PROJECT_VERSION = 42;
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 = 41;
481+
CURRENT_PROJECT_VERSION = 42;
482482
DEVELOPMENT_TEAM = N5J7L4P93Z;
483483
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
484484
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;

ios/iNaturalistReactNative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.1</string>
20+
<string>0.3.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>41</string>
24+
<string>42</string>
2525
<key>ITSAppUsesNonExemptEncryption</key>
2626
<false/>
2727
<key>LSRequiresIPhoneOS</key>

ios/iNaturalistReactNativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.1</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>41</string>
22+
<string>42</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)