diff --git a/README.md b/README.md index 830dd79..338ba8f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.1.1 | use to write excalidraw in Joplin | SkyfireLee | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | -| [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.0.3 | Create or open note of today or selected date. | Leen Zhu | +| [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.0.5 | Create or open note of today or selected date. | Leen Zhu | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.7 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/xeden3/joplin-plugin-kity-minder) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.sctmes.kity-minder/plugin.jpl) | Kity Minder | 1.0.4 | Kity Minder Mindmap Tools 思维导图(脑图插件) | James Chan | diff --git a/manifests.json b/manifests.json index 954ca99..36e1df2 100644 --- a/manifests.json +++ b/manifests.json @@ -2076,7 +2076,7 @@ "manifest_version": 1, "id": "com.leenzhu.journal", "app_min_version": "2.7", - "version": "1.0.3", + "version": "1.0.5", "name": "Journal", "description": "Create or open note of today or selected date.", "author": "Leen Zhu", @@ -2085,8 +2085,8 @@ "keywords": [ "joplin-plugin" ], - "_publish_hash": "sha256:4a7a3818f06a59acc8a2d4ebf768f0c18ea8694069dc398e9f366e04fa6f1951", - "_publish_commit": "master:7a8a1721c7453e29e900bb2e859cc90592e0921a", + "_publish_hash": "sha256:89e997d940f5fc85630591a3941e0757b31aae934cd08b055c7f3d42e0718819", + "_publish_commit": "master:a4a4cf8a0d749e6a58b986cce4ab7a70429bbad6", "_npm_package_name": "joplin-plugin-journal" }, "com.septemberhx.pluginBundle": { diff --git a/plugins/com.leenzhu.journal/manifest.json b/plugins/com.leenzhu.journal/manifest.json index 978e8ad..aa07ddc 100644 --- a/plugins/com.leenzhu.journal/manifest.json +++ b/plugins/com.leenzhu.journal/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.leenzhu.journal", "app_min_version": "2.7", - "version": "1.0.3", + "version": "1.0.5", "name": "Journal", "description": "Create or open note of today or selected date.", "author": "Leen Zhu", @@ -11,7 +11,7 @@ "keywords": [ "joplin-plugin" ], - "_publish_hash": "sha256:4a7a3818f06a59acc8a2d4ebf768f0c18ea8694069dc398e9f366e04fa6f1951", - "_publish_commit": "master:7a8a1721c7453e29e900bb2e859cc90592e0921a", + "_publish_hash": "sha256:89e997d940f5fc85630591a3941e0757b31aae934cd08b055c7f3d42e0718819", + "_publish_commit": "master:a4a4cf8a0d749e6a58b986cce4ab7a70429bbad6", "_npm_package_name": "joplin-plugin-journal" } \ No newline at end of file diff --git a/plugins/com.leenzhu.journal/plugin.jpl b/plugins/com.leenzhu.journal/plugin.jpl index 5babaee..7c57bd0 100644 Binary files a/plugins/com.leenzhu.journal/plugin.jpl and b/plugins/com.leenzhu.journal/plugin.jpl differ