diff --git a/package-lock.json b/package-lock.json index 3444779c..bb3d0566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 930246ec..9cae5814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "7.0.1", + "version": "7.0.2", "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/component/version/index.js b/src/component/version/index.js index cbfba5ed..b6fd47a5 100644 --- a/src/component/version/index.js +++ b/src/component/version/index.js @@ -1,6 +1,6 @@ export const version = {}; -version.number = '7.0.1'; +version.number = '7.0.2'; version.name = 'Delightful Komodo Dragon'; diff --git a/src/manifest.json b/src/manifest.json index 5fc1c258..d292edd1 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": "7.0.1", + "version": "7.0.2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"