Bump version

This commit is contained in:
Johannes Klein
2025-03-11 17:52:24 +01:00
parent 194926aae8
commit e39dc03078
5 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 147
versionName "0.59.4"
versionName "0.59.5"
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>0.59.4</string>
<string>0.59.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.59.4</string>
<string>0.59.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "inaturalistreactnative",
"version": "0.59.4",
"version": "0.59.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "inaturalistreactnative",
"version": "0.59.4",
"version": "0.59.5",
"hasInstallScript": true,
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",

View File

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