diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-18 08:41:46 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-18 08:41:46 -0700 |
commit | a9a694358f046fca54ca8a83e1fb831e69a88a88 (patch) | |
tree | 8a3a0bfa0c475e2d724c0d33cb554112ada7dac6 /ext/manifest.json | |
parent | a567ef360523e71040348fdded761c6d71a6d4d5 (diff) |
Fixing Kanji behavior, bumping version
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 5234ed5d..b3dfdbe0 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.5", + "version": "0.6", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |