From af41538ea6e5668ddb2666a731da6e814877d3be Mon Sep 17 00:00:00 2001 From: Zhuogu Date: Sun, 14 Sep 2014 21:58:16 -0700 Subject: [PATCH] Ready to release v0.6.1 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c4abda7..65c208a 100755 --- a/manifest.json +++ b/manifest.json @@ -27,6 +27,6 @@ "options_page": "options.html", "permissions": [ "alarms", "contextMenus", "cookies", "notifications", "storage", "tabs", "webRequest", "webRequestBlocking", "*://*.bilibili.com/*" ], "update_url": "https://clients2.google.com/service/update2/crx", - "version": "0.6.0", + "version": "0.6.1", "web_accessible_resources": [ "template.html", "imgs/icon-32.png", "imgs/loading.gif" ] }