From 071bed0424512351586689a142db085964682a09 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sat, 25 Apr 2020 12:47:28 +0100 Subject: [PATCH] [bug] fix theme colour shades form wraps --- package-lock.json | 2 +- package.json | 2 +- src/html/menu/content/theme/color.html | 2 -- src/js/version.js | 2 +- src/manifest.json | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72cc3d08..ca8ebb11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "5.25.0", + "version": "5.25.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 750f05d4..72944bbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "5.25.0", + "version": "5.25.1", "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/html/menu/content/theme/color.html b/src/html/menu/content/theme/color.html index d04db376..07a20fda 100644 --- a/src/html/menu/content/theme/color.html +++ b/src/html/menu/content/theme/color.html @@ -6,8 +6,6 @@

Shades

-
-
diff --git a/src/js/version.js b/src/js/version.js index 5e555fcb..59dfaf14 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,6 +1,6 @@ var version = (function() { - var current = "5.25.0"; + var current = "5.25.1"; var name = "Zonked Tarsier"; diff --git a/src/manifest.json b/src/manifest.json index f24e896c..25547124 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": "5.25.0", + "version": "5.25.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"