diff --git a/README.md b/README.md index d79560e..9f6d47c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ This repository contains the following plugins: | [🏠](https://github.com/eqs/joplin-plugin-cjk-breaks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.eqs.joplin-plugin-cjk-breaks/plugin.jpl) | joplin-plugin-cjk-breaks | 1.0.2 | Suppress linebreaks between CJK characters | eqs | | [🏠](https://discourse.joplinapp.org/t/new-plugin-timeline/29408) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-TimelineRender/plugin.jpl) | joplin-plugin-TimelineRender | 1.0.2 | render the timeline in the markdown | funny-cat | | - | [⬇️](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.1.1 | A simple journal. Create or open a note for today, or any 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.1.2 | A simple journal. Create or open a note for today, or any 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/freezuike/joplin-jTab) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cf.zuike.joplin.jTab/plugin.jpl) | jTab | 1.0.0 | jTab | 醉客 | | [🏠](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 | diff --git a/manifests.json b/manifests.json index ae1baf2..28f8e0c 100644 --- a/manifests.json +++ b/manifests.json @@ -2064,7 +2064,7 @@ "manifest_version": 1, "id": "com.leenzhu.journal", "app_min_version": "2.7", - "version": "1.1.1", + "version": "1.1.2", "name": "Journal", "description": "A simple journal. Create or open a note for today, or any selected date.", "author": "Leen Zhu", @@ -2073,8 +2073,8 @@ "keywords": [ "joplin-plugin" ], - "_publish_hash": "sha256:d8c69dad50580f8d2552587339052bf296560a2cebb8f1b96489fb5d3f580fd1", - "_publish_commit": "master:ab271a360df104def738c58f8273117689aab751", + "_publish_hash": "sha256:4219283328a64c4a20d250f205018c3b09aa55b3733717e07504fc2860415074", + "_publish_commit": "master:c2b9251186261c842c9f8695edb2d920d331f6e0", "_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 c7d4a5a..5a223ef 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.1.1", + "version": "1.1.2", "name": "Journal", "description": "A simple journal. Create or open a note for today, or any selected date.", "author": "Leen Zhu", @@ -11,7 +11,7 @@ "keywords": [ "joplin-plugin" ], - "_publish_hash": "sha256:d8c69dad50580f8d2552587339052bf296560a2cebb8f1b96489fb5d3f580fd1", - "_publish_commit": "master:ab271a360df104def738c58f8273117689aab751", + "_publish_hash": "sha256:4219283328a64c4a20d250f205018c3b09aa55b3733717e07504fc2860415074", + "_publish_commit": "master:c2b9251186261c842c9f8695edb2d920d331f6e0", "_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 f35f112..f7f58ec 100644 Binary files a/plugins/com.leenzhu.journal/plugin.jpl and b/plugins/com.leenzhu.journal/plugin.jpl differ