diff --git a/ext/bg/js/dictionary.js b/ext/bg/js/dictionary.js index 4562c821..daab5ebd 100644 --- a/ext/bg/js/dictionary.js +++ b/ext/bg/js/dictionary.js @@ -20,7 +20,7 @@ class Dictionary { constructor() { this.db = null; - this.dbVer = 1; + this.dbVer = 2; this.entities = null; } diff --git a/ext/manifest.json b/ext/manifest.json index f8c55172..cd80c71c 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.98", + "version": "0.99", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},