diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bg/js/dictionary.js | 2 | ||||
| -rw-r--r-- | ext/manifest.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/ext/bg/js/dictionary.js b/ext/bg/js/dictionary.js index c8d431b9..fc479e85 100644 --- a/ext/bg/js/dictionary.js +++ b/ext/bg/js/dictionary.js @@ -225,7 +225,7 @@ function dictFieldFormat(field, definition, mode, options) {          field = field.replace(              `{${marker}}`, -            handlebarsRender('fields.html', data) +            handlebarsRender('fields.html', data).trim()          );      } diff --git a/ext/manifest.json b/ext/manifest.json index f0c67020..736dee2d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@  {      "manifest_version": 2,      "name": "Yomichan", -    "version": "1.3.0", +    "version": "1.3.1",      "description": "Japanese dictionary with Anki integration",      "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, |