Commit 6d5f8e0 1 parent 04633bd commit 6d5f8e0 Copy full SHA for 6d5f8e0
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Trilium Notes is a hierarchical note taking application with focus on building l
21
21
* Touch optimized [ mobile frontend] ( https://github.com/zadam/trilium/wiki/Mobile-frontend ) for smartphones and tablets
22
22
* [ Night theme] ( https://github.com/zadam/trilium/wiki/Themes )
23
23
* [ Evernote] ( https://github.com/zadam/trilium/wiki/Evernote-import ) and [ Markdown import & export] ( https://github.com/zadam/trilium/wiki/Markdown )
24
+ * [ Web Clipper] ( https://github.com/zadam/trilium/wiki/Web-clipper ) for easy saving of web content
24
25
25
26
## Builds
26
27
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const {TRILIUM_DATA_DIR} = require('./data_dir');
6
6
7
7
const APP_DB_VERSION = 136 ;
8
8
const SYNC_VERSION = 9 ;
9
- const CLIPPER_PROTOCOL_VERSION = 1 ;
9
+ const CLIPPER_PROTOCOL_VERSION = "1.0" ;
10
10
11
11
module . exports = {
12
12
appVersion : packageJson . version ,
You can’t perform that action at this time.
0 commit comments