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

upgrade to version 1.44.2 / 131

parent 17bc12ab
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.44.1', // user-facing value visible in stores
iosBuildNumber: '1.44.1', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 130, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version: '1.44.2', // user-facing value visible in stores
iosBuildNumber: '1.44.2', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 131, // 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