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 Oct 22, 2024
1 parent 56c9dfd commit a419bdb
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 = '7.5.0';
const buildNumber = 138;
const version = '8.0.0';
const buildNumber = 139;

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>7.5.0</string>
<string>8.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>138</string>
<string>139</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,6 +9,6 @@
<key>EXUpdatesLaunchWaitMs</key>
<integer>0</integer>
<key>EXUpdatesRuntimeVersion</key>
<string>7.5.0</string>
<string>8.0.0</string>
</dict>
</plist>

0 comments on commit a419bdb

Please sign in to comment.