diff --git a/README.md b/README.md index 1509b31..96e9000 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Remember to update the plugin, if you find some issues. ### 0.6.x +- fix yaml head for note brief (0.6.5) - use local image path in ccard (0.6.4) - better folder note brief (0.6.4) - folder_brief_live use plain text of md paragraph (0.6.3) diff --git a/manifest.json b/manifest.json index 0700e10..fdc7281 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "folder-note-plugin", "name": "Folder Note", - "version": "0.6.4", + "version": "0.6.5", "minAppVersion": "0.9.12", "description": "Click a folder node to show a note describing the folder.", "author": "xpgo", diff --git a/versions.json b/versions.json index 412ce7e..f3229ea 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.6.1": "0.9.7", "0.6.2": "0.9.7", "0.6.3": "0.9.7", - "0.6.4": "0.9.7" + "0.6.4": "0.9.7", + "0.6.5": "0.9.7" }