From 6551ee8c7ce59a802ffeff536e0138cb5e2b8ed6 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Sun, 15 Feb 2026 23:43:18 +0800 Subject: [PATCH] release: v0.10.16 ## Changes - 3ba790a45 fix(dweb): resolve plugin module and remove keyboard overlay polling (#456) Co-Authored-By: Claude Opus 4.5 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {