bump metaFile format version

This commit is contained in:
contributor 2023-05-03 18:49:46 +03:00
parent 386e8dd32e
commit bb9631476e

View File

@ -417,7 +417,7 @@ ${markdownContent}`;
const rootMeta = getNoteMeta(branch, { notePath: [] }, existingFileNames);
const metaFile = {
formatVersion: 1,
formatVersion: 2,
appVersion: packageInfo.version,
files: [ rootMeta ]
};