This commit is contained in:
Overtorment 2018-10-27 16:23:50 +01:00
parent 6bc435fd48
commit 0bb9c4d95b
3 changed files with 10 additions and 12 deletions

View File

@ -1,13 +1,13 @@
{
"expo": {
"sdkVersion": "30.0.0",
"version": "3.1.0",
"version": "3.1.1",
"privacy": "public",
"platforms": [
"ios"
],
"ios": {
"buildNumber": "103",
"buildNumber": "104",
"supportsTablet": true,
"bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": {

View File

@ -1,9 +1,7 @@
* REL
* ADD: security alert
* REL
* ADD: You can now pay for a Lightning invoice by manually inserting the invoice ID
* REL
* ADD: better source of entropy for wallet creation
* REL
* Development (#103) ADD: New send screen
ADD: Support for BIP70 decoding
FIX: Improve broadcasting experience #66 (#107)
ADD: New transaction Confirm UI
REF: Improve broadcasting experience #66
FIX: Satoshis to local currency in Send screen
FIX: Fixed Wallet export QR code width
FIX: Invalid BIP21 URI at value #108
FIX: #109 TypeError: undefined is not an object (evaluating 'this.state.tx.inputs.length'

View File

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "3.1.0",
"version": "3.1.1",
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",