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 29, 2024
1 parent 441bdb4 commit 57338d8
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.12.0';
const buildNumber = 118;
const version = '6.12.1';
const buildNumber = 119;

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.12.0</string>
<string>6.12.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>118</string>
<string>119</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.12.0</string>
<string>6.12.1</string>
<key>EXUpdatesURL</key>
<string>https://u.expo.dev/88dc0a10-eec5-11e8-bdb0-e9d94f6dfa7d</string>
</dict>
Expand Down

0 comments on commit 57338d8

Please sign in to comment.