diff --git a/manifest.json b/manifest.json index 6d4c928c0..c644de58a 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.7.5", - "change_log": "Fix DWEB update check - allow Web version to debug update requests", + "version": "0.7.6", + "change_log": "feat(agent): add release workflow command (#384)", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index ad81a21ef..401aaf985 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.7.5", + "version": "0.7.6", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": {