options UI for selecting support code note MIME types

This commit is contained in:
zadam
2019-08-29 21:08:53 +02:00
parent 9d958e1860
commit c8f59ea547
12 changed files with 257 additions and 89 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 = 140;
const APP_DB_VERSION = 141;
const SYNC_VERSION = 10;
const CLIPPER_PROTOCOL_VERSION = "1.0";