widget ordering WIP

This commit is contained in:
zadam
2019-08-22 20:58:43 +02:00
parent 4b9415a619
commit 8ab2c924c4
8 changed files with 110 additions and 60 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 = 139;
const APP_DB_VERSION = 140;
const SYNC_VERSION = 10;
const CLIPPER_PROTOCOL_VERSION = "1.0";