API migration to remove deprecated calls

This commit is contained in:
zadam
2023-02-17 23:23:53 +01:00
parent d343ff0d23
commit eaab82551f
2 changed files with 49 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 = 212;
const APP_DB_VERSION = 213;
const SYNC_VERSION = 29;
const CLIPPER_PROTOCOL_VERSION = "1.0";