diff --git a/README.md b/README.md index 0749e30..eea6ccc 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,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/artikell/joplin-hotkey) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-joplin-hotkey/plugin.jpl) | joplin-hotkey | 1.0.0 | hotkey in joplin | artikell | -| [🏠](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.1 | render the timeline in the markdown | funny-cat | +| [🏠](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.0.11 | 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 | diff --git a/manifests.json b/manifests.json index d44183a..7b2c6a3 100644 --- a/manifests.json +++ b/manifests.json @@ -2644,7 +2644,7 @@ "manifest_version": 1, "id": "joplin-plugin-TimelineRender", "app_min_version": "2.8", - "version": "1.0.1", + "version": "1.0.2", "name": "joplin-plugin-TimelineRender", "description": "render the timeline in the markdown", "author": "funny-cat", @@ -2652,8 +2652,8 @@ "repository_url": "https://github.com/funny-cat-happy/joplin-plugin-TimelineRender.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:bf4ffc47711ba54714d2e19419a36edc05e87211ade8f4d4d7345f1889cca922", - "_publish_commit": "main:a2549205425546df87c544a00d500eda127a3321", + "_publish_hash": "sha256:a40c5d1349153967bd0dc104a822570e391e34147687d30120d8812ec5acd9eb", + "_publish_commit": "main:fcb24e32b3cd937e62f2a8086229ee36893e4d08", "_npm_package_name": "joplin-plugin-timelinerender" }, "com.joshthor.export": { diff --git a/plugins/joplin-plugin-TimelineRender/manifest.json b/plugins/joplin-plugin-TimelineRender/manifest.json index b7bff61..c0228c6 100644 --- a/plugins/joplin-plugin-TimelineRender/manifest.json +++ b/plugins/joplin-plugin-TimelineRender/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin-plugin-TimelineRender", "app_min_version": "2.8", - "version": "1.0.1", + "version": "1.0.2", "name": "joplin-plugin-TimelineRender", "description": "render the timeline in the markdown", "author": "funny-cat", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/funny-cat-happy/joplin-plugin-TimelineRender.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:bf4ffc47711ba54714d2e19419a36edc05e87211ade8f4d4d7345f1889cca922", - "_publish_commit": "main:a2549205425546df87c544a00d500eda127a3321", + "_publish_hash": "sha256:a40c5d1349153967bd0dc104a822570e391e34147687d30120d8812ec5acd9eb", + "_publish_commit": "main:fcb24e32b3cd937e62f2a8086229ee36893e4d08", "_npm_package_name": "joplin-plugin-timelinerender" } \ No newline at end of file diff --git a/plugins/joplin-plugin-TimelineRender/plugin.jpl b/plugins/joplin-plugin-TimelineRender/plugin.jpl index 8afc251..17721f5 100644 Binary files a/plugins/joplin-plugin-TimelineRender/plugin.jpl and b/plugins/joplin-plugin-TimelineRender/plugin.jpl differ