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 Apr 22, 2024
1 parent c21eb58 commit 32bdaaf
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.1.2';
const buildNumber = 127;
const version = '7.1.3';
const buildNumber = 128;

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

0 comments on commit 32bdaaf

Please sign in to comment.