diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-15 23:29:36 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-15 23:29:36 -0700 |
commit | f2bd0ec7bb7cd8abf351868929261026429c383a (patch) | |
tree | c5d9635a77d4c18042e0e8d8499732ba3bf4c6b6 /ext/manifest.json | |
parent | 361dd47f0abab271f8ae3bf4ce2cdcc3b0b91c99 (diff) |
Add option to enable and disable audio playback
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 1a1cce38..0c315fa4 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.4", + "version": "0.5", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |