mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
bump metaFile format version
This commit is contained in:
parent
386e8dd32e
commit
bb9631476e
@ -417,7 +417,7 @@ ${markdownContent}`;
|
|||||||
const rootMeta = getNoteMeta(branch, { notePath: [] }, existingFileNames);
|
const rootMeta = getNoteMeta(branch, { notePath: [] }, existingFileNames);
|
||||||
|
|
||||||
const metaFile = {
|
const metaFile = {
|
||||||
formatVersion: 1,
|
formatVersion: 2,
|
||||||
appVersion: packageInfo.version,
|
appVersion: packageInfo.version,
|
||||||
files: [ rootMeta ]
|
files: [ rootMeta ]
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user