Browse Source

REF: Ver bump

settingsui
Marcos Rodriguez 5 years ago
parent
commit
513182a6cd
  1. 2
      android/.settings/org.eclipse.buildship.core.prefs
  2. 2
      android/app/build.gradle
  3. 2
      ios/BlueWallet/Info.plist
  4. 2
      ios/BlueWalletWatch Extension/Info.plist
  5. 2
      ios/BlueWalletWatch/Info.plist
  6. 2
      ios/TodayExtension/Info.plist
  7. 2
      package-lock.json
  8. 2
      package.json

2
android/.settings/org.eclipse.buildship.core.prefs

@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1

2
android/app/build.gradle

@ -119,7 +119,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "4.8.0"
versionName "4.8.1"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}

2
ios/BlueWallet/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.8.0</string>
<string>4.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

2
ios/BlueWalletWatch Extension/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>4.8.0</string>
<string>4.8.1</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>CLKComplicationPrincipalClass</key>

2
ios/BlueWalletWatch/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.8.0</string>
<string>4.8.1</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>UISupportedInterfaceOrientations</key>

2
ios/TodayExtension/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.8.0</string>
<string>4.8.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.8.0",
"version": "4.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.8.0",
"version": "4.8.1",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.1",

Loading…
Cancel
Save