Skip to content

Commit

Permalink
Bump version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed May 31, 2024
1 parent c1a9fda commit e9da348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Anori",
"description": "Customizable new tab: compose your own page from widgets",
"version": "1.18.1",
"version": "1.19.0",
"repository": "git@github.com:OlegWock/anori.git",
"author": "OlegWock",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ console.log('Background init');

const VERSIONS_WITH_CHANGES = [
'1.1.0', '1.2.0', '1.5.0', '1.6.0', '1.8.0', '1.9.0', '1.10.0', '1.11.0', '1.12.0', '1.13.0', '1.14.0', '1.15.0',
'1.16.0', '1.17.0', '1.18.0'
'1.16.0', '1.17.0', '1.18.0', '1.19.0'
];

const compareVersions = (v1: string, v2: string): -1 | 0 | 1 => {
Expand Down

0 comments on commit e9da348

Please sign in to comment.