OSDN Git Service

v2.2.2
authorZhiting Lin <zlin035@uottawa.ca>
Mon, 27 Jul 2020 02:16:23 +0000 (10:16 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Mon, 27 Jul 2020 02:16:23 +0000 (10:16 +0800)
package.json
src/manifest.js
updates.xml

index 6c2a396..1e77401 100644 (file)
@@ -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,
index 0f17cbf..dd0299d 100644 (file)
@@ -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: {
index f561ddd..ac6d30d 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.2.0' />
+    <updatecheck codebase='http://localhost:8000/chrome-ext.crx' version='2.2.1' />
   </app>
 </gupdate>
\ No newline at end of file