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 8, 2024
1 parent ce7141e commit d334373
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 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.10.0';
const buildNumber = 110;
const version = '6.10.1';
const buildNumber = 111;

const LIGHT_SPLASH = {
image: './assets/splash-light.png',
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.10.0</string>
<string>6.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>110</string>
<string>111</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.10.0</string>
<string>6.10.1</string>
<key>EXUpdatesURL</key>
<string>https://u.expo.dev/88dc0a10-eec5-11e8-bdb0-e9d94f6dfa7d</string>
</dict>
Expand Down

0 comments on commit d334373

Please sign in to comment.