From e0f3064f8c8297b46146eb9db702c3616b87aa72 Mon Sep 17 00:00:00 2001 From: acgotaku Date: Wed, 23 May 2018 23:55:51 +0900 Subject: [PATCH] update version --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- src/js/lib/ui.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 4c52a2b8..aa8bf9fc 100644 --- a/manifest.json +++ b/manifest.json @@ -24,5 +24,5 @@ "manifest_version": 2, "permissions": [ "cookies", "storage", "tabs", "*://*.115.com/*"], "name": "__MSG_appName__", - "version": "0.2.9" + "version": "0.3.0" } diff --git a/package-lock.json b/package-lock.json index 32c00dd0..f7057677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "115", - "version": "0.2.9", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad5a0f98..37ca65eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "115", - "version": "0.2.9", + "version": "0.3.0", "description": "Assistant for 115 to export download links to aria2-rpc.", "main": "background.js", "scripts": { diff --git a/src/js/lib/ui.js b/src/js/lib/ui.js index 48d17597..b1024d3b 100644 --- a/src/js/lib/ui.js +++ b/src/js/lib/ui.js @@ -3,8 +3,8 @@ import Store from './store' class UI { constructor () { - this.version = '0.2.9' - this.updateDate = '2018/05/22' + this.version = '0.3.0' + this.updateDate = '2018/05/23' this.context = document.querySelector('iframe[rel="wangpan"]').contentDocument Store.on('updateView', (configData) => { this.updateSetting(configData)