Browse Source

REL: preparing 1.3.0

localNotifications
Overtorment 7 years ago
parent
commit
10996334bf
  1. 3
      README.md
  2. 4
      app.json
  3. 2
      package.json

3
README.md

@ -92,7 +92,7 @@ Support for single private-key wallets:
### v2.0.0 beta
* Legacy addresses
* ~~Legacy addresses~~
* ~~Encrypt all storage, PIN/Password/Fingerprint security~~
* Currency conversion
* Localization (RU, UA)
@ -158,3 +158,4 @@ Lightning support?
* [x] Fake password which unlocks fake wallets (aka plausible deniability)
* [x] BIP38 (password-protected key)
* [ ] Self-destruct if several password attempts
* [ ] Generate keys with desired text in address (3MyAddRess......)

4
app.json

@ -1,13 +1,13 @@
{
"expo": {
"sdkVersion": "23.0.0",
"version": "1.2.0",
"version": "1.3.0",
"privacy": "public",
"platforms": [
"ios"
],
"ios": {
"buildNumber": "25",
"buildNumber": "28",
"supportsTablet": false,
"isRemoteJSEnabled": false,
"bundleIdentifier": "io.bluewallet.bluewallet",

2
package.json

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.2",

Loading…
Cancel
Save