diff --git a/package-lock.json b/package-lock.json index 12e778cd..436d472c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nightTab", - "version": "7.1.1", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nightTab", - "version": "7.1.1", + "version": "7.2.0", "license": "GPL-3", "devDependencies": { "copy-webpack-plugin": "^9.0.1", diff --git a/package.json b/package.json index fbedbc84..05e1a746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "7.1.1", + "version": "7.2.0", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.", "main": "index.js", "scripts": { diff --git a/src/component/version/index.js b/src/component/version/index.js index ec90c1e6..fbd146cb 100644 --- a/src/component/version/index.js +++ b/src/component/version/index.js @@ -1,6 +1,6 @@ export const version = {}; -version.number = '7.1.1'; +version.number = '7.2.0'; version.name = 'Delightful Komodo Dragon'; diff --git a/src/manifest.json b/src/manifest.json index 81547397..b1ab82bb 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.1.1", + "version": "7.2.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"