diff options
-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": { |