sync fixes

This commit is contained in:
zadam
2021-02-11 22:50:32 +01:00
parent 8850de51f5
commit 3d7beefad0
4 changed files with 19 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 180;
const APP_DB_VERSION = 181;
const SYNC_VERSION = 19;
const CLIPPER_PROTOCOL_VERSION = "1.0";