diff --git a/changelogs/3.0.22.txt b/changelogs/3.0.22.txt new file mode 100644 index 0000000..619f4cd --- /dev/null +++ b/changelogs/3.0.22.txt @@ -0,0 +1 @@ +Bug fixes and performance improvements diff --git a/package-lock.json b/package-lock.json index 886cd83..bbb2f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mytonwallet", - "version": "3.0.21", + "version": "3.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mytonwallet", - "version": "3.0.21", + "version": "3.0.22", "license": "GPL-3.0-or-later", "dependencies": { "@awesome-cordova-plugins/core": "6.8.0", diff --git a/package.json b/package.json index c0ab923..99fec6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mytonwallet", - "version": "3.0.21", + "version": "3.0.22", "description": "The most feature-rich web wallet and browser extension for TON – with support of multi-accounts, tokens (jettons), NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.", "main": "index.js", "scripts": { diff --git a/public/version.txt b/public/version.txt index 7003379..6795d4d 100644 --- a/public/version.txt +++ b/public/version.txt @@ -1 +1 @@ -3.0.21 +3.0.22 diff --git a/src/api/common/helpers.ts b/src/api/common/helpers.ts index 66bfa00..2ed6fac 100644 --- a/src/api/common/helpers.ts +++ b/src/api/common/helpers.ts @@ -379,6 +379,7 @@ export async function migrateStorage(onUpdate: OnApiUpdate, ton: typeof chains.t } } + version = 14; await storage.setItem('accounts', accounts); } }