Skip to content
Snippets Groups Projects
Commit 9b1d731f authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

upgrade to version 1.43.0 / 115

parent 3eecd8e2
No related branches found
No related tags found
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.42.0', // user-facing value visible in stores version: '1.43.0', // user-facing value visible in stores
iosBuildNumber: '1.42.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion iosBuildNumber: '1.43.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 114, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings androidVersionCode: 115, // 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.
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
}, },
"production": { "production": {
"extends": "base", "extends": "base",
"channel": "production-1-42", "channel": "production-1-43",
"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