diff --git a/manifest.json b/manifest.json index 0034158aa..2b0d61751 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.10.15", - "change_log": "fix(dweb): retry virtual keyboard overlay initialization (#454)", + "version": "0.10.16", + "change_log": "fix(dweb): resolve plugin module and remove keyboard overlay polling (#456)", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index eb465167a..044609d25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.10.15", + "version": "0.10.16", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": {