diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-26 20:30:44 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-26 20:30:44 -0700 |
commit | 5710dc55a73491a0be2259fbd21874bddda54877 (patch) | |
tree | 7169f5f6bffea554769e98ad2d82317c46352059 /ext/manifest.json | |
parent | d9e3e68f48dd2024814cf5cd4c035a3234e4942d (diff) |
Fix #22
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 c9730046..68357363 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.996", + "version": "0.997", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |