diff options
author | Teddy Wing | 2021-09-21 21:03:28 +0200 |
---|---|---|
committer | Teddy Wing | 2021-09-21 21:03:28 +0200 |
commit | c73dff448350817476728ee738c8cd705c9d14ba (patch) | |
tree | cb626c8a3ebb4a35aeefac858c400a75ac5e985c | |
parent | 555ab5e8a6c045beb78adcd9dade3fe61f96f6ef (diff) | |
download | Legibility-c73dff448350817476728ee738c8cd705c9d14ba.tar.bz2 |
Increase version v0.1.0 -> v0.1.1
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | manifest.json | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ CHANGELOG ========= +v0.1.1 (2021-09-21): + Fixes: + + * Remove the extension reload keyboard shortcut in Chrome, as it isn't + necessary in Chrome and caused a load error. + v0.1.0 (2021-09-16): Additions: diff --git a/manifest.json b/manifest.json index c30245f..f5ad382 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Legibility", "description": "Apply custom CSS to web pages.", - "version": "0.1.0", + "version": "0.1.1", "applications": { "gecko": { |