database version

This commit is contained in:
Alex Yatskov 2016-12-30 10:53:21 -08:00
parent 9dfafe9d26
commit 6005b10f87

View File

@ -20,7 +20,7 @@
class Database {
constructor() {
this.db = null;
this.dbVersion = 1;
this.dbVersion = 2;
this.tagMetaCache = {};
}