version bump

This commit is contained in:
zombieFox 2021-10-02 10:28:59 +01:00
parent c8747e43a5
commit 5cd51389f5
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -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",

View File

@ -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": {

View File

@ -1,6 +1,6 @@
export const version = {};
version.number = '7.1.1';
version.number = '7.2.0';
version.name = 'Delightful Komodo Dragon';

View File

@ -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"