Update to version 1.0.12

This commit is contained in:
Johannes Klein
2025-11-19 00:10:24 +01:00
parent f7c3ea3993
commit b7335c2237
4 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 185
versionName "1.0.11"
versionName "1.0.12"
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
// Detox Android setup

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.11</string>
<string>1.0.12</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.11",
"version": "1.0.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "inaturalistreactnative",
"version": "1.0.11",
"version": "1.0.12",
"hasInstallScript": true,
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",

View File

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