bugfixes to sync

This commit is contained in:
zadam
2023-12-30 00:34:46 +01:00
parent 8dbc592563
commit f704cacdee
8 changed files with 38 additions and 10 deletions

View File

@@ -4,8 +4,8 @@ const build = require('./build.js');
const packageJson = require('../../package.json');
const {TRILIUM_DATA_DIR} = require('./data_dir.js');
const APP_DB_VERSION = 227;
const SYNC_VERSION = 31;
const APP_DB_VERSION = 228;
const SYNC_VERSION = 32;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {