diff --git a/RELEASES.md b/RELEASES.md index 52fab554..ff21abb1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +終結內容農場 v5.15.1 +-------------------- + +* 修正可能造成權限設定問題的錯誤。 +* 改善簡體中文介面文字。 + + 終結內容農場 v5.15.0 -------------------- diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 80300f14..819d4cc8 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_appName__", - "version": "5.15.0", + "version": "5.15.1", "description": "__MSG_appDesc__", "author": "Danny Lin", "default_locale": "en", diff --git a/src/manifest.json b/src/manifest.json index 17b2feb2..69fb0438 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_appName__", - "version": "5.15.0", + "version": "5.15.1", "description": "__MSG_appDesc__", "author": "Danny Lin", "default_locale": "en",