OSDN Git Service

update version to 2.1.4
authorZhiting Lin <zlin035@uottawa.ca>
Wed, 26 Feb 2020 03:03:32 +0000 (11:03 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Wed, 26 Feb 2020 03:03:32 +0000 (11:03 +0800)
package.json
src/manifest.js
updates.xml

index cd4c0b8..b55b77f 100644 (file)
@@ -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,
index e041931..a9c67e3 100644 (file)
@@ -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: {
index 7c29326..4dd5831 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
   <app appid='gnooapainaenaagmljnopepbheiaaaok'>
-    <updatecheck codebase='http://localhost:8000/chrome-ext.crx' version='2.1.3' />
+    <updatecheck codebase='http://localhost:8000/chrome-ext.crx' version='2.1.4' />
   </app>
 </gupdate>
\ No newline at end of file