Skip to content

Commit

Permalink
Bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed Oct 5, 2023
1 parent 84853b7 commit 9b4b1c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2.0.0 (2023-09-28 -- partially released to the Chrome store)
2.0.1 (2023-10-04)

- Fix exception when migrating some pre-v2.0 settings. ([#4323](https://github.com/philc/vimium/issues/4323))

2.0.0 (2023-09-28 -- partially rolled out to users on the Chrome store)

- Support manifest v3, as now required by Chrome. This involved a partial rewrite and many changes.
Please report any new issues [here](https://github.com/philc/vimium/issues).
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Vimium",
"version": "2.0.0",
"version": "2.0.1",
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
"icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" },
"minimum_chrome_version": "102.0",
Expand Down

0 comments on commit 9b4b1c1

Please sign in to comment.