From 4537dc54526483cf7dd35dea0cea151909d37f08 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Thu, 28 Aug 2025 21:26:04 +0200 Subject: [PATCH] Update version to 1.0.10 --- 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 fbddb9eaf..71ea3eb95 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -115,7 +115,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 177 - versionName "1.0.9" + versionName "1.0.10" setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode) manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ] // Detox Android setup diff --git a/ios/iNaturalistReactNative/Info.plist b/ios/iNaturalistReactNative/Info.plist index f2b6a34d4..2e8b64441 100644 --- a/ios/iNaturalistReactNative/Info.plist +++ b/ios/iNaturalistReactNative/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.9 + 1.0.10 CFBundleSignature ???? CFBundleURLTypes diff --git a/package-lock.json b/package-lock.json index e8e487ae1..3a76c18d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inaturalistreactnative", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inaturalistreactnative", - "version": "1.0.9", + "version": "1.0.10", "hasInstallScript": true, "dependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/package.json b/package.json index 81b04159b..7f1e5927f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inaturalistreactnative", - "version": "1.0.9", + "version": "1.0.10", "private": true, "scripts": { "android": "react-native run-android",