From 50f4efe286eead7d966b7910ab74e48c876ce90e Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Wed, 26 Feb 2020 11:03:32 +0800 Subject: [PATCH] update version to 2.1.4 --- package.json | 2 +- src/manifest.js | 4 ++-- updates.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cd4c0b8..b55b77f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Byone", "description": "Bytom Chrome Extension Wallet", - "version": "2.1.3", + "version": "2.1.4", "author": "zhiting.fly@8btc.com", "license": "MIT", "private": true, diff --git a/src/manifest.js b/src/manifest.js index e041931..a9c67e3 100644 --- a/src/manifest.js +++ b/src/manifest.js @@ -1,8 +1,8 @@ module.exports = { manifest_version: 2, name: 'Byone', - description: 'Bytom Wallet Chrome extension, Bystore officially changed to Byone.', - version: '2.1.3', + description: 'Bytom Wallet Chrome extension.', + version: '2.1.4', author: 'Bytom frontend, zhitinglin', web_accessible_resources: ['js/inject.js', 'wasm/main.wasm'], browser_action: { diff --git a/updates.xml b/updates.xml index 7c29326..4dd5831 100644 --- a/updates.xml +++ b/updates.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file -- 2.11.0