saving selections adds to the existing date note instead of creating new one each time

This commit is contained in:
zadam
2019-07-06 23:54:48 +02:00
parent 976684a3a8
commit 36b581489c
4 changed files with 75 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 136;
const SYNC_VERSION = 9;
const CLIPPER_VERSION = 1;
module.exports = {
appVersion: packageJson.version,