diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-31 21:10:20 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-31 21:10:20 -0800 |
commit | bed16022e08a2877f16ae0971c0e7c4605724258 (patch) | |
tree | c6544b0820571678300e1230e6797bb724738cfd /ext/manifest.json | |
parent | bf9925ec9cabd5a755152aa89df1f87e38d53534 (diff) |
fix dictionary priority visibility bug1.0.7
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 2ac61690..2b2a4617 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "1.0.6", + "version": "1.0.7", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |