Browse Source

REL: ver bump to v4.2.0

fixqramount
Overtorment 5 years ago
parent
commit
934fffee8b
  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. 24
      ios/fastlane/metadata/en-US/release_notes.txt
  6. 2
      package.json

2
android/app/build.gradle

@ -102,7 +102,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "4.1.0"
versionName "4.2.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}

2
ios/BlueWallet/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.1.0</string>
<string>4.2.0</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.1.0</string>
<string>4.2.0</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>LSApplicationCategoryType</key>

2
ios/BlueWalletWatch/Info.plist

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

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

@ -1,3 +1,13 @@
v4.1.0
======
* REF: faster initial HD rescan
* FIX: ln transaction details screen
* FIX: import LN wallet with custom lndhub
* FIX: BIP84 txs with low confirmations not updating
* FIX: crash
* REF: Swedish translation updates
v4.0.4
======
@ -44,17 +54,3 @@ v4.0.0
* ADD: preimage info of paid ln tx
* FIX: better import of ln wallet
* REF: better offline handling
v3.9.7
======
* ADD: intermediate step asking user to backup his mnemonic
* ADD: buy bitcoin now happens in builtin webview instead of external browser
* ADD: new deeplinking scheme
* FIX: rare crash on app startup
* FIX: large HD utxo fetch (closes #459)
* FIX: better ln wallet import
* FIX: rare hangs when importing wallet via qr
* REF: Remove old security alert #379
* REF: more electrum servers
* REF: lapp browser improv

2
package.json

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.1.0",
"version": "4.2.0",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",

Loading…
Cancel
Save