diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-24 11:25:45 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-24 11:25:45 +0000 |
commit | 3adcb7ae1654928a8a86de4cf329dcd912bcbb33 (patch) | |
tree | 6a992508214e6d6a31af400e5ff8a192203e5fd0 /manifest.json | |
parent | f432a10a164e9a32f7bb915e5ca8cef5489f3ccd (diff) |
3.0.1. Fix Firefox disabling issues, simplify the chrome api shim, make things a bit more robust
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index aa2fbf7..75e0ea1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Redirector", "description": "Automatically redirect pages based on user-defined rules. E.g. always redirect an article url to its printer-friendly version.", - "version": "3.0", + "version": "3.0.1", "icons": { "16": "images/icon-active-16.png", "32": "images/icon-active-32.png", |