diff --git a/package-lock.json b/package-lock.json index c31da99f..fc40acc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "6.5.0", + "version": "6.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d3aa35c8..76161404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "6.5.0", + "version": "6.6.0", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "main": "index.js", "scripts": { diff --git a/src/js/version.js b/src/js/version.js index 49a9ed5f..53980faf 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,6 +1,6 @@ var version = (function() { - var current = "6.5.0"; + var current = "6.6.0"; var name = "Jaded Raven"; diff --git a/src/manifest.json b/src/manifest.json index 40fe890d..e40b5887 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": "6.5.0", + "version": "6.6.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"