Skip to content

Commit

Permalink
build: bump version and build number
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Jan 20, 2024
1 parent e21eb99 commit d2e4984
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions packages/client/app.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const version = '6.11.0';
const buildNumber = 114;
const version = '6.11.1';
const buildNumber = 115;

const LIGHT_SPLASH = {
image: './assets/splash-light.png',
Expand Down Expand Up @@ -108,6 +108,7 @@ export default {
supportsTablet: true,
requireFullScreen: true,
infoPlist: {
// CFBundleLocalizations: ['es-419'],
CFBundleDevelopmentRegion: 'es-419',
// https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html#//apple_ref/doc/uid/TP40009254-SW9
'UISupportedInterfaceOrientations~iphone': [
Expand Down
4 changes: 2 additions & 2 deletions packages/client/ios/mbitoDlar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.11.0</string>
<string>6.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>113</string>
<string>115</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion packages/client/ios/mbitoDlar/Supporting/Expo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>EXUpdatesLaunchWaitMs</key>
<integer>0</integer>
<key>EXUpdatesRuntimeVersion</key>
<string>6.11.0</string>
<string>6.11.1</string>
<key>EXUpdatesURL</key>
<string>https://u.expo.dev/88dc0a10-eec5-11e8-bdb0-e9d94f6dfa7d</string>
</dict>
Expand Down

0 comments on commit d2e4984

Please sign in to comment.