diff --git a/package-lock.json b/package-lock.json index 436d472c..09fc21e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "7.2.0", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 05e1a746..fdc45bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightTab", - "version": "7.2.0", + "version": "7.3.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 fbd146cb..97bea41d 100644 --- a/src/component/version/index.js +++ b/src/component/version/index.js @@ -1,6 +1,6 @@ export const version = {}; -version.number = '7.2.0'; +version.number = '7.3.0'; version.name = 'Delightful Komodo Dragon'; diff --git a/src/manifest.json b/src/manifest.json index b1ab82bb..8bde8682 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.2.0", + "version": "7.3.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"