From 4431d16ce381dba6fa4bbb9e5cceb2e027036bda Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Tue, 5 May 2026 22:02:13 +0200 Subject: [PATCH] Update version to 1.0.21 --- android/app/build.gradle | 2 +- ios/iNaturalistReactNative/Info.plist | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8c8760285..2475c250a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -108,7 +108,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 210 - versionName "1.0.20" + versionName "1.0.21" manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ] // Detox Android setup testBuildType System.getProperty('testBuildType', 'debug') diff --git a/ios/iNaturalistReactNative/Info.plist b/ios/iNaturalistReactNative/Info.plist index 38f7287bd..2d67b78fa 100644 --- a/ios/iNaturalistReactNative/Info.plist +++ b/ios/iNaturalistReactNative/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.20 + 1.0.21 CFBundleSignature ???? CFBundleURLTypes diff --git a/package-lock.json b/package-lock.json index d311fb5ea..030e1a546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inaturalistreactnative", - "version": "1.0.20", + "version": "1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inaturalistreactnative", - "version": "1.0.20", + "version": "1.0.21", "hasInstallScript": true, "dependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/package.json b/package.json index 46d8668d7..6ed60c3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inaturalistreactnative", - "version": "1.0.20", + "version": "1.0.21", "private": true, "scripts": { "android": "react-native run-android",