diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-04-29 12:30:36 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-04-29 12:30:36 -0700 |
commit | abdb5e68beca1e9105b998defcc37015bf735119 (patch) | |
tree | 7beda54d9815bf4b8d2b2d8927e3537765f2a156 /ext/manifest.json | |
parent | 3319d0d3cdaf98a8fd57b7c51e745f60960f607e (diff) |
deal with firefox object reference bug (fixes #49)1.1.15
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 3e4e6d33..c78c0935 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "1.1.14", + "version": "1.1.15", "description": "Japanese dictionary with Anki integration", "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, |