Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Oct 2, 2021
1 parent c8747e4 commit 5cd5138
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/component/version/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const version = {};

version.number = '7.1.1';
version.number = '7.2.0';

version.name = 'Delightful Komodo Dragon';

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5cd5138

Please sign in to comment.