From 794849c54810a50fc80e8de454fc7fc72f16741e Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Mon, 16 Apr 2018 00:57:54 +0100 Subject: [PATCH] release 1.9.1 --- doc/changelog.md | 4 ++++ src/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",