added is_synced to options to better differentiate between synced and not synced options

This commit is contained in:
azivner
2018-01-11 22:45:25 -05:00
parent 231c245c87
commit 0575924cf1
8 changed files with 177 additions and 40 deletions

View File

@@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../package');
const APP_DB_VERSION = 66;
const APP_DB_VERSION = 67;
module.exports = {
app_version: packageJson.version,