diff --git a/manifest.json b/manifest.json index ea332e7..a90cf97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "note-synchronizer", - "name": "Note Synchronizer", - "version": "0.1.4", - "minAppVersion": "1.0.0", - "description": "This is a plugin for synchornizing Obsidian notes to other note-based softwares like Anki, following more strictly the principles of Zettelkasten and treating each Obsidian file as a note.", - "author": "Songchen Tan", - "authorUrl": "https://tansongchen.com", - "isDesktopOnly": true -} + "id": "note-synchronizer", + "name": "Note Synchronizer", + "version": "0.1.5", + "minAppVersion": "1.0.0", + "description": "This is a plugin for synchornizing Obsidian notes to other note-based softwares like Anki, following more strictly the principles of Zettelkasten and treating each Obsidian file as a note.", + "author": "Songchen Tan", + "authorUrl": "https://tansongchen.com", + "isDesktopOnly": true +} \ No newline at end of file diff --git a/package.json b/package.json index 9f324c7..f78bad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-note-synchronizer", - "version": "0.1.4", + "version": "0.1.5", "description": "This is a plugin for synchornizing Obsidian notes to other note-based softwares like Anki, following more strictly the principles of Zettelkasten and treating each Obsidian file as a note.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6bc4f94..e2a16aa 100644 --- a/versions.json +++ b/versions.json @@ -1,13 +1,14 @@ { - "0.0.1": "0.14.0", - "0.0.2": "0.14.0", - "0.0.3": "0.14.0", - "0.0.4": "0.14.0", - "0.0.5": "0.14.0", - "0.0.6": "0.14.0", - "0.1.0": "0.14.0", - "0.1.1": "0.14.0", - "0.1.2": "0.14.0", - "0.1.3": "1.0.0", - "0.1.4": "1.0.0" -} + "0.0.1": "0.14.0", + "0.0.2": "0.14.0", + "0.0.3": "0.14.0", + "0.0.4": "0.14.0", + "0.0.5": "0.14.0", + "0.0.6": "0.14.0", + "0.1.0": "0.14.0", + "0.1.1": "0.14.0", + "0.1.2": "0.14.0", + "0.1.3": "1.0.0", + "0.1.4": "1.0.0", + "0.1.5": "1.0.0" +} \ No newline at end of file