From daac1c8c998c85dfd8272ed68828ac681c8fe19e Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 1 Sep 2019 08:24:38 +0100 Subject: [PATCH] [refactor] version bump --- package.json | 2 +- src/js/version.js | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1b028984..ff576033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nighttab", - "version": "3.77.0", + "version": "3.78.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 f592a4c4..4c067877 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,6 +1,6 @@ var version = (function() { - var current = "3.77.0"; + var current = "3.78.0"; var compare = function(a, b) { var pa = a.split("."); diff --git a/src/manifest.json b/src/manifest.json index d8e4ba44..6ebde934 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.77.0", + "version": "3.78.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"