aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-09-27 22:01:08 -0700
committerAlex Yatskov <alex@foosoft.net>2016-09-27 22:01:08 -0700
commit071902cd057e4828afbc7082271dba1d3ccc1762 (patch)
tree1d447437e2ece30912f895b677e40b12bd977df1 /ext/bg/js
parente5aa5aa8d17d6d0e6d6bfd3228b7a91e9f1a2710 (diff)
Fixing bad dictionary data
Diffstat (limited to 'ext/bg/js')
-rw-r--r--ext/bg/js/dictionary.js2
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;
}