From 9ca5c6a38150c26280b0d614985b31ffb342a0e5 Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Mon, 27 Jul 2020 10:16:23 +0800 Subject: [PATCH] v2.2.2 --- package.json | 2 +- src/manifest.js | 2 +- updates.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c2a396..1e77401 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Byone", "description": "Bytom Chrome Extension Wallet", - "version": "2.2.1", + "version": "2.2.2", "author": "zhiting.fly@8btc.com", "license": "MIT", "private": true, diff --git a/src/manifest.js b/src/manifest.js index 0f17cbf..dd0299d 100644 --- a/src/manifest.js +++ b/src/manifest.js @@ -2,7 +2,7 @@ module.exports = { manifest_version: 2, name: 'Byone', description: 'Bytom Wallet Chrome extension.', - version: '2.2.0', + version: '2.2.2', author: 'Bytom frontend, zhitinglin', web_accessible_resources: ['js/inject.js', 'wasm/main.wasm'], browser_action: { diff --git a/updates.xml b/updates.xml index f561ddd..ac6d30d 100644 --- a/updates.xml +++ b/updates.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file -- 2.11.0