diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-09-27 22:01:08 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-09-27 22:01:08 -0700 |
commit | 071902cd057e4828afbc7082271dba1d3ccc1762 (patch) | |
tree | 1d447437e2ece30912f895b677e40b12bd977df1 /ext/bg/js/dictionary.js | |
parent | e5aa5aa8d17d6d0e6d6bfd3228b7a91e9f1a2710 (diff) |
Fixing bad dictionary data
Diffstat (limited to 'ext/bg/js/dictionary.js')
-rw-r--r-- | ext/bg/js/dictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |