diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-09-18 19:49:59 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-09-18 19:49:59 -0700 | 
| commit | 4e2d7327c5b1aa8eed035dc4c177a3b9b49c5ab7 (patch) | |
| tree | 0ff0e37bd5a310785bef9e5fe06f0cbd3f08642d | |
| parent | 2a65060b73ec07a99df9e5922745427f81ea7e51 (diff) | |
Bumping version number
| -rw-r--r-- | ext/bg/import.html | 2 | ||||
| -rw-r--r-- | ext/manifest.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/ext/bg/import.html b/ext/bg/import.html index 3dcdfdbd..b5d2db68 100644 --- a/ext/bg/import.html +++ b/ext/bg/import.html @@ -45,7 +45,7 @@                  <ol>                      <li>Left-click on the <img src="../img/icon16.png" alt> icon to enable or disable Yomichan for the current browser instance.</li>                      <li>Right-click on the <img src="../img/icon16.png" alt> icon and select <em>Options</em> to open the Yomichan options page.</li> -                    <li>Hold down <kbd>Shift</kbd> or the middle mouse button as you move your cursor over text to see definitions.</li> +                    <li>Hold down <kbd>Shift</kbd> or the middle mouse button as you move your cursor over text to see definitions (or <kbd>Shift</kbd> + <kbd>Ctrl</kbd> for Kanji).</li>                      <li>Resize the definitions window by dragging the bottom-left corner inwards or outwards.</li>                      <li>Click on Kanji in the definition window to view additional information about that character.</li>                  </ol> diff --git a/ext/manifest.json b/ext/manifest.json index fcf7cef7..f8c55172 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@  {      "manifest_version": 2,      "name": "Yomichan", -    "version": "0.97", +    "version": "0.98",      "description": "Japanese dictionary with Anki integration",      "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |