diff --git a/README.md b/README.md index 57ae11e..58e88c0 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This repository contains the following plugins: | [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.3.0 | 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/joplin/plugins/raw/master/plugins/name.mikemueller.joplin2jira/plugin.jpl) | joplin2jira | 1.0.0 | Copies selected text or entire notes in Jira markup to the clipboard | Mike Müller | -| [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.0.6 | 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.7 | 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 3edfb69..91c20fa 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.6", + "version": "1.0.7", "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:3efdb364d279ac947fa13bbfcbca6abeca503c4b14382f390c7d98032b489cb9", - "_publish_commit": "master:10f191e0e00d2db870eaaf5132e7578899acc090", + "_publish_hash": "sha256:13d54fa3f5dbf0b1cbcc9a009ec4826479994e0f8f2f9a3f8a8f1670707a7186", + "_publish_commit": "master:b505bc638ddc1b21664b55c81087236302b364f7", "_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 435a0df..b62e9a7 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.6", + "version": "1.0.7", "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:3efdb364d279ac947fa13bbfcbca6abeca503c4b14382f390c7d98032b489cb9", - "_publish_commit": "master:10f191e0e00d2db870eaaf5132e7578899acc090", + "_publish_hash": "sha256:13d54fa3f5dbf0b1cbcc9a009ec4826479994e0f8f2f9a3f8a8f1670707a7186", + "_publish_commit": "master:b505bc638ddc1b21664b55c81087236302b364f7", "_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 616e666..c57059b 100644 Binary files a/plugins/com.leenzhu.journal/plugin.jpl and b/plugins/com.leenzhu.journal/plugin.jpl differ