don't sync recent_notes

This commit is contained in:
zadam
2021-02-12 22:39:38 +01:00
parent c0dfd23191
commit 9f19cf8046
8 changed files with 34 additions and 13 deletions

View File

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