added web clipper to readme

This commit is contained in:
zadam
2019-07-20 14:27:36 +02:00
parent 04633bdf3a
commit 6d5f8e0562
2 changed files with 2 additions and 1 deletions

View File

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