diff --git a/package-lock.json b/package-lock.json index 74353ac3..5a86868d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "5.56.0", + "version": "5.57.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48ba1262..8ab6c98e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "5.56.0", + "version": "5.57.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/html/menu/content/data/clear.html b/src/html/menu/content/data/clear.html index 6215a814..6ad869ea 100644 --- a/src/html/menu/content/data/clear.html +++ b/src/html/menu/content/data/clear.html @@ -7,7 +7,7 @@
-

Wipe all data and restore nightTab to default state.

+

Wipe all data and restore nightTab to the default state.

diff --git a/src/js/version.js b/src/js/version.js index 107c06ef..256d6ef6 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,6 +1,6 @@ var version = (function() { - var current = "5.56.0"; + var current = "5.57.0"; var name = "Jaded Raven"; diff --git a/src/manifest.json b/src/manifest.json index 183eb13c..77f02fba 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.56.0", + "version": "5.57.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"