Skip to content
Snippets Groups Projects
Commit 0a91a408 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

upgrade to version 1.50.0 / 142

parent d8cf6bf6
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ require('ts-node/register')
// see https://docs.expo.dev/build-reference/app-versions/
// TODO somehow automatically increment version numbers on every release
const versions = {
version: '1.49.0', // user-facing value visible in stores
iosBuildNumber: '1.49.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 141, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version: '1.50.0', // user-facing value visible in stores
iosBuildNumber: '1.50.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 142, // 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.
......
......@@ -113,7 +113,7 @@
},
"production": {
"extends": "base",
"channel": "production-1-49",
"channel": "production-1-50",
"env": {
"APP_VARIANT": "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