diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-05 16:39:40 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-05 16:39:40 -0800 |
commit | 4e3792aba319b52f957c70347e859f677972e4e2 (patch) | |
tree | 3ea382513378f852f2126d1113e21061c61adec8 /ext/manifest.json | |
parent | 5076b80f9690a12fda23d06b2c3ddd1df08cff56 (diff) |
handle content script and background script desync on version update1.0.9
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 31b2c8c4..e296ec06 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "1.0.8", + "version": "1.0.9", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |