diff --git a/manifest.json b/manifest.json index 4de8d43f7..0034158aa 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.10.14", - "change_log": "fix(dweb): enable keyboard overlay to prevent viewport resize (#452)", + "version": "0.10.15", + "change_log": "fix(dweb): retry virtual keyboard overlay initialization (#454)", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index 1409f865f..eb465167a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.10.14", + "version": "0.10.15", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": {