version bump

This commit is contained in:
Kuldeep Matharu 2024-07-20 10:56:30 +01:00
parent 6454140fb0
commit 34c8b1163b
4 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "nightTab", "name": "nightTab",
"version": "7.5.0", "version": "7.6.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nightTab", "name": "nightTab",
"version": "7.5.0", "version": "7.6.0",
"license": "GPL-3", "license": "GPL-3",
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "^12.0.2", "copy-webpack-plugin": "^12.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "nightTab", "name": "nightTab",
"version": "7.5.0", "version": "7.6.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,8 +1,8 @@
export const version = {}; export const version = {};
version.number = '7.5.0'; version.number = '7.6.0';
version.name = 'Delightful Komodo Dragon'; version.name = 'Nebulous Lobster';
version.compare = (a, b) => { version.compare = (a, b) => {

View File

@ -2,7 +2,7 @@
"name": "__MSG_appName__", "name": "__MSG_appName__",
"short_name": "__MSG_appShortName__", "short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__", "description": "__MSG_appDescription__",
"version": "7.5.0", "version": "7.6.0",
"manifest_version": 3, "manifest_version": 3,
"default_locale": "en_GB", "default_locale": "en_GB",
"chrome_url_overrides": { "chrome_url_overrides": {