fixing bugs, new version

This commit is contained in:
Alex Yatskov 2017-08-18 09:42:34 -07:00
parent fd351face0
commit d960ba6dd6
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ function dictFieldFormat(field, definition, mode, options) {
field = field.replace( field = field.replace(
`{${marker}}`, `{${marker}}`,
handlebarsRender('fields.html', data) handlebarsRender('fields.html', data).trim()
); );
} }

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Yomichan", "name": "Yomichan",
"version": "1.3.0", "version": "1.3.1",
"description": "Japanese dictionary with Anki integration", "description": "Japanese dictionary with Anki integration",
"icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},