Fixing bad dictionary data

This commit is contained in:
Alex Yatskov 2016-09-27 22:01:08 -07:00
parent e5aa5aa8d1
commit 071902cd05
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
class Dictionary { class Dictionary {
constructor() { constructor() {
this.db = null; this.db = null;
this.dbVer = 1; this.dbVer = 2;
this.entities = null; this.entities = null;
} }

View File

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