diff --git a/listen1.html b/listen1.html
index 00b8af5..9c73330 100644
--- a/listen1.html
+++ b/listen1.html
@@ -276,7 +276,7 @@
Listen 1 主页: http://listen1.github.io/listen1/
Listen 1 邮箱: githublisten1@gmail.com
-
当前版本 1.2.1 (本软件基于MIT协议开源免费)
+
当前版本 1.2.2 (本软件基于MIT协议开源免费)
diff --git a/manifest.json b/manifest.json
index 1229f20..5fa8df6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -16,6 +16,6 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "webRequest", "webRequestBlocking"],
- "version": "1.2",
+ "version": "1.2.2",
"web_accessible_resources": [ "images/*" ]
}
diff --git a/manifest_firefox.json b/manifest_firefox.json
index 8597c70..a547946 100644
--- a/manifest_firefox.json
+++ b/manifest_firefox.json
@@ -22,6 +22,6 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "webRequest", "webRequestBlocking"],
- "version": "1.0",
+ "version": "1.2.2",
"web_accessible_resources": [ "images/*" ]
}