From 071902cd057e4828afbc7082271dba1d3ccc1762 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 27 Sep 2016 22:01:08 -0700 Subject: Fixing bad dictionary data --- ext/bg/js/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg') 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; } -- cgit v1.2.3