Browse Source

Merge branch 'master' into todayext

experimental
Marcos Rodriguez 5 years ago
parent
commit
1a02dcda6b
  1. 2
      android/app/build.gradle
  2. 2
      ios/BlueWallet/Info.plist
  3. 2
      ios/BlueWalletWatch Extension/Info.plist
  4. 2
      ios/BlueWalletWatch/Info.plist
  5. 2
      ios/fastlane/metadata/en-US/release_notes.txt
  6. 2
      package-lock.json
  7. 2
      package.json

2
android/app/build.gradle

@ -119,7 +119,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "4.7.3"
versionName "4.7.4"
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.7.3</string>
<string>4.7.4</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.7.3</string>
<string>4.7.4</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.7.3</string>
<string>4.7.4</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>UISupportedInterfaceOrientations</key>

2
ios/fastlane/metadata/en-US/release_notes.txt

@ -4,6 +4,8 @@ v4.7.1
* ADD: Lapp browser
* FIX: White screen on boot
* FIX: Lightning wallet was not shown on Watch app
* FIX: crash on PSBT tx broadcast (when using with hardware wallet)
* REF: mnemonic backup screen
* DEL: Auto brightenss
v4.7.0

2
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save