diff --git a/lib/defaults.json b/lib/defaults.json index f3dc04a..15f2c13 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,5 +1,5 @@ { - "settings_version": 10, + "settings_version": 11, "settings": { "visual_theme": true, "dark_theme": false, diff --git a/manifest.json b/manifest.json index 8d244e3..02387e1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "HN Special - An addition to Hacker News", "description": "This extension refreshes the visual style of Hacker News and adds a few features, like infinite scrolling. Everything is toggleable.", - "version": "1.4.4", + "version": "1.4.5", "homepage_url": "http://gabrielecirulli.github.io/hn-special/", "permissions": [ diff --git a/package.json b/package.json index 83aaa70..01b897c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "HN Special - An addition to Hacker News", "name": "hn-special", - "version": "1.4.4", + "version": "1.4.5", "description": "This extension refreshes the visual style of Hacker News and adds a few features, like infinite scrolling. Everything is toggleable.", "author": "Gabriele Cirulli", "license": "MIT",