Skip to content
Snippets Groups Projects
Commit 6ba5daa3 authored by Christof Bauer's avatar Christof Bauer
Browse files

upgrade to version 1.48.0 / 137

parent a65fa21f
No related branches found
Tags release/1.48.0
No related merge requests found
...@@ -6,9 +6,9 @@ require('ts-node/register') ...@@ -6,9 +6,9 @@ require('ts-node/register')
// see https://docs.expo.dev/build-reference/app-versions/ // see https://docs.expo.dev/build-reference/app-versions/
// TODO somehow automatically increment version numbers on every release // TODO somehow automatically increment version numbers on every release
const versions = { const versions = {
version: '1.47.1', // user-facing value visible in stores version: '1.48.0', // user-facing value visible in stores
iosBuildNumber: '1.47.1', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion iosBuildNumber: '1.48.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 136, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings androidVersionCode: 137, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
} }
// - Environment variables are available in the mobile app source code via the expo-constants package. // - Environment variables are available in the mobile app source code via the expo-constants package.
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
}, },
"production": { "production": {
"extends": "base", "extends": "base",
"channel": "production-1-47", "channel": "production-1-48",
"env": { "env": {
"APP_VARIANT": "production", "APP_VARIANT": "production",
"ENVIRONMENT_ID": "production", "ENVIRONMENT_ID": "production",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment