diff --git a/src/js/version.js b/src/js/version.js index 94e3bebd..9c74c1c3 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,6 +1,6 @@ var version = (function() { - var current = "4.3.0"; + var current = "4.4.0"; var name = "Enchanting Aardvark"; diff --git a/src/manifest.json b/src/manifest.json index 7488ad7b..7360c2c4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "nightTab", "short_name": "nightTab", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", - "version": "4.3.0", + "version": "4.4.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"