Skip to content
Snippets Groups Projects
Commit 9c2f40a8 authored by Gregor Schulz's avatar Gregor Schulz
Browse files

upgrade to version 1.37.3 / 99

parent 8b8037cd
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,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.37.2', // user-facing value visible in stores
iosBuildNumber: '1.37.2', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 98, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version: '1.37.3', // user-facing value visible in stores
iosBuildNumber: '1.37.3', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 99, // 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