diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-10 20:52:43 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-10 20:52:43 -0700 |
commit | 910af58b34f5341a0f1fd3347efd2e7ab2ca3be3 (patch) | |
tree | a764e5257c46c3a1adc64c95bc9bc207c8ab1fdf /ext/manifest.json | |
parent | a6dd99712256e20a76e88fa6830283e509ac23cc (diff) |
Fixing incorrect autocomplete
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 84ffc026..ecbdb8bb 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.993", + "version": "0.994", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |