From fe9aa722451b60ab4eb93664496384575c7a38ef Mon Sep 17 00:00:00 2001 From: mytonwalletorg Date: Wed, 25 Sep 2024 23:06:49 +0200 Subject: [PATCH] v3.0.22 --- changelogs/3.0.22.txt | 1 + package-lock.json | 4 ++-- package.json | 2 +- public/version.txt | 2 +- src/api/common/helpers.ts | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 changelogs/3.0.22.txt diff --git a/changelogs/3.0.22.txt b/changelogs/3.0.22.txt new file mode 100644 index 00000000..619f4cd5 --- /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 886cd831..bbb2f536 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 c0ab9236..99fec6e8 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 70033792..6795d4dc 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 66bfa00d..2ed6fac2 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); } }