Skip to content

Commit 8c6019b

Browse files
committed
v0.5.0+45
1 parent 2597551 commit 8c6019b

5 files changed

Lines changed: 20 additions & 10 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 44
127-
versionName "0.4.0"
126+
versionCode 45
127+
versionName "0.5.0"
128128
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
129129
// Detox Android setup
130130
testBuildType System.getProperty('testBuildType', 'debug')
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Designed sign up view and many bug fixes and minor UI updates
2+
3+
* Only use photo EXIF when importing a photo
4+
* Toolbar upload text is now tappable
5+
* GroupPhotos should not show old photos
6+
* Alert when attempting to upload while offline
7+
* Avoid updating observation properties with each location fetch
8+
* Added actvitivy indicator to show that location is being fetched
9+
* Focus on text input when editing description
10+
* Made labels of radio bottom sheets tappable

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
612612
CLANG_ENABLE_MODULES = YES;
613613
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
614-
CURRENT_PROJECT_VERSION = 44;
614+
CURRENT_PROJECT_VERSION = 45;
615615
DEVELOPMENT_TEAM = N5J7L4P93Z;
616616
ENABLE_BITCODE = NO;
617617
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -643,7 +643,7 @@
643643
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
644644
CLANG_ENABLE_MODULES = YES;
645645
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
646-
CURRENT_PROJECT_VERSION = 44;
646+
CURRENT_PROJECT_VERSION = 45;
647647
DEVELOPMENT_TEAM = N5J7L4P93Z;
648648
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
649649
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
@@ -815,7 +815,7 @@
815815
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
816816
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
817817
CODE_SIGN_STYLE = Automatic;
818-
CURRENT_PROJECT_VERSION = 44;
818+
CURRENT_PROJECT_VERSION = 45;
819819
DEBUG_INFORMATION_FORMAT = dwarf;
820820
DEVELOPMENT_TEAM = N5J7L4P93Z;
821821
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
@@ -859,7 +859,7 @@
859859
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
860860
CODE_SIGN_STYLE = Automatic;
861861
COPY_PHASE_STRIP = NO;
862-
CURRENT_PROJECT_VERSION = 44;
862+
CURRENT_PROJECT_VERSION = 45;
863863
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
864864
DEVELOPMENT_TEAM = N5J7L4P93Z;
865865
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";

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.4.0</string>
20+
<string>0.5.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>44</string>
24+
<string>45</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.4.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>44</string>
22+
<string>45</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)