quick search impl finished

This commit is contained in:
zadam
2021-02-01 23:51:04 +01:00
parent d406df48a8
commit 3a94b04ef4
7 changed files with 57 additions and 24 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 = 179;
const APP_DB_VERSION = 180;
const SYNC_VERSION = 19;
const CLIPPER_PROTOCOL_VERSION = "1.0";