diff --git a/src/js/version.js b/src/js/version.js index 213f73e8..379421e6 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,6 +1,6 @@ var version = (function() { - var current = "3.28.1"; + var current = "3.29.0"; var compare = function(a, b) { var pa = a.split("."); diff --git a/src/manifest.json b/src/manifest.json index 34cd5272..845169dc 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": "3.28.1", + "version": "3.29.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"