diff --git a/manifest.json b/manifest.json
index 6f676204..e73740ff 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "LocalCDN",
- "version": "2.2.15",
+ "version": "2.2.16",
"browser_specific_settings": {
"gecko": {
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index c9c6ffe4..ba3ba058 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -24,10 +24,7 @@
New in LocalCDN:
- - Implemented: Hide icon setting if not supported
- - Implemented: Show the rule set generator only when there are new CDNs (reported by review)
- - Fixed: Selection of 'jQuery latest' (#64)
- - Fixed: Disable LocalCDN if website is 'yandex.com' and CDN is 'yastatic.net', because website and CDN are the same. (reported by email)
+
@@ -53,6 +50,13 @@
+ Previous Versions
+
2020-07-26 (v2.2.15)
+
+ - Implemented: Hide icon setting if not supported
+ - Implemented: Show the rule set generator only when there are new CDNs (reported by review)
+ - Fixed: Selection of 'jQuery latest' (#64)
+ - Fixed: Disable LocalCDN if website is 'yandex.com' and CDN is 'yastatic.net', because website and CDN are the same. (reported by email)
+
2020-07-19 (v2.2.14)
- Fixed: Open changelog after an update (reported by email)