Skip to content

Commit bd4052c

Browse files
committed
v0.20.0+68
1 parent 543ac5e commit bd4052c

5 files changed

Lines changed: 24 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 "org.inaturalist.iNaturalistMobile"
124124
minSdkVersion rootProject.ext.minSdkVersion
125125
targetSdkVersion rootProject.ext.targetSdkVersion
126-
versionCode 67
127-
versionName "0.19.0"
126+
versionCode 68
127+
versionName "0.20.0"
128128
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
129129
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
130130
// Detox Android setup
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
NEW
2+
* Notifications (in progress, but please report bugs)
3+
* Map type toggle on Explore
4+
* Share & View in Browser on TaxonDetail
5+
6+
FIXED
7+
* Taxon detail formatting & taxonomy browser
8+
* DQA reacheable from Explore
9+
* Ident counts only include current idents
10+
* Permission gate for gallery access for new obs
11+
* Only one Agree button per taxon
12+
* Default user icon shown instead of profile pics while offline
13+
* Iconic taxon chooser uses full screen width
14+
* Lots more!

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
628628
CLANG_ENABLE_MODULES = YES;
629629
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
630-
CURRENT_PROJECT_VERSION = 67;
630+
CURRENT_PROJECT_VERSION = 68;
631631
DEVELOPMENT_TEAM = N5J7L4P93Z;
632632
ENABLE_BITCODE = NO;
633633
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -748,7 +748,7 @@
748748
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
749749
CLANG_ENABLE_MODULES = YES;
750750
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNativeRelease.entitlements;
751-
CURRENT_PROJECT_VERSION = 67;
751+
CURRENT_PROJECT_VERSION = 68;
752752
DEVELOPMENT_TEAM = N5J7L4P93Z;
753753
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
754754
HEADER_SEARCH_PATHS = (
@@ -1009,7 +1009,7 @@
10091009
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10101010
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10111011
CODE_SIGN_STYLE = Automatic;
1012-
CURRENT_PROJECT_VERSION = 67;
1012+
CURRENT_PROJECT_VERSION = 68;
10131013
DEBUG_INFORMATION_FORMAT = dwarf;
10141014
DEVELOPMENT_TEAM = N5J7L4P93Z;
10151015
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
@@ -1054,7 +1054,7 @@
10541054
CODE_SIGN_IDENTITY = "Apple Development";
10551055
CODE_SIGN_STYLE = Automatic;
10561056
COPY_PHASE_STRIP = NO;
1057-
CURRENT_PROJECT_VERSION = 67;
1057+
CURRENT_PROJECT_VERSION = 68;
10581058
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10591059
DEVELOPMENT_TEAM = N5J7L4P93Z;
10601060
"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,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.19.0</string>
20+
<string>0.20.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>67</string>
35+
<string>68</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</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.19.0</string>
18+
<string>0.20.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>67</string>
22+
<string>68</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)