refactorings of search actions to bulk actions

This commit is contained in:
zadam
2022-06-05 22:46:37 +02:00
parent 88fa51a34e
commit 773cefe21d
14 changed files with 114 additions and 48 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 = 195;
const APP_DB_VERSION = 196;
const SYNC_VERSION = 25;
const CLIPPER_PROTOCOL_VERSION = "1.0";