Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed May 23, 2018
1 parent d11fa1a commit e0f3064
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"manifest_version": 2,
"permissions": [ "cookies", "storage", "tabs", "*://*.115.com/*"],
"name": "__MSG_appName__",
"version": "0.2.9"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/js/lib/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e0f3064

Please sign in to comment.