Update version to 1.0.21

This commit is contained in:
Johannes Klein
2026-05-05 22:02:13 +02:00
parent 2b0ee01446
commit 4431d16ce3
4 changed files with 5 additions and 5 deletions

View File

@@ -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')

View File

@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.20</string>
<string>1.0.21</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

4
package-lock.json generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "inaturalistreactnative",
"version": "1.0.20",
"version": "1.0.21",
"private": true,
"scripts": {
"android": "react-native run-android",