diff --git a/doc/changelog.md b/doc/changelog.md index 23a3d273..b8f65aa2 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,9 @@ # Tridactyl changelogs +## Release 1.9.1 + +- Fix buffer switch bind + ## Release 1.9.0 - Allow binds with modifiers (e.g. ``) and binds of special keys (e.g. ``) and both together (e.g. ``) diff --git a/src/manifest.json b/src/manifest.json index 9a0eefb7..30b47690 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tridactyl", - "version": "1.9.0", + "version": "1.9.1", "icons": { "64": "static/logo/Tridactyl_64px.png", "100": "static/logo/Tridactyl_100px.png",