sync fixes

This commit is contained in:
zadam
2022-01-09 21:25:15 +01:00
parent 96f4230bc1
commit 2d2641dbd7
12 changed files with 90 additions and 64 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 = 191;
const APP_DB_VERSION = 192;
const SYNC_VERSION = 25;
const CLIPPER_PROTOCOL_VERSION = "1.0";