Skip to content
Snippets Groups Projects
Commit 85165e9d authored by Sophia Kuhlmann's avatar Sophia Kuhlmann
Browse files

upgrade to version 1.52.1 / 147

parent f37ec8c4
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.52.0', // user-facing value visible in stores
iosBuildNumber: '1.52.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 146, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version: '1.52.1', // user-facing value visible in stores
iosBuildNumber: '1.52.1', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 147, // 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.
......
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