diff --git a/README.md b/README.md index 2076010..6145053 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository contains the following plugins: [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.2.1 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | Folding in Code Mirror Editor | 1.2.5 | Allows to fold parts of markdown text displayed in editor | ambrt -[🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.3 | Monitors a locale folder and import the files as a new note. | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.4.0 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.3 | Inline tags plugin | Roman Musin [🏠](https://github.com/herdsothom/joplin-insert-date) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | Jira Issue | 1.6.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | Marco LUCARELLA diff --git a/manifests.json b/manifests.json index a6c171a..416c350 100644 --- a/manifests.json +++ b/manifests.json @@ -276,7 +276,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.hotfolder", "app_min_version": "1.7.1", - "version": "0.3.3", + "version": "0.4.0", "name": "Hotfolder", "description": "Monitors a locale folder and import the files as a new note.", "author": "JackGruber", @@ -287,8 +287,8 @@ "import", "monitor" ], - "_publish_hash": "sha256:78b282341c4007469bff1eff367e5026037d90e23b9188f5e7f77ed3c37229e8", - "_publish_commit": "master:3beabd890a1549782a2b051bf5ae255368b2cf35", + "_publish_hash": "sha256:18b1217f407b886c7ac27ac31a9786b3798027f2ab83908da9ae92f4d12a128b", + "_publish_commit": "master:338859c9721bb9418487dfa04dab5b0a61827336", "_npm_package_name": "joplin-plugin-hotfolder" }, "joplin.plugin.ambrt.embedSearch": { diff --git a/plugins/io.github.jackgruber.hotfolder/manifest.json b/plugins/io.github.jackgruber.hotfolder/manifest.json index 95a6711..40424f2 100644 --- a/plugins/io.github.jackgruber.hotfolder/manifest.json +++ b/plugins/io.github.jackgruber.hotfolder/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.hotfolder", "app_min_version": "1.7.1", - "version": "0.3.3", + "version": "0.4.0", "name": "Hotfolder", "description": "Monitors a locale folder and import the files as a new note.", "author": "JackGruber", @@ -13,7 +13,7 @@ "import", "monitor" ], - "_publish_hash": "sha256:78b282341c4007469bff1eff367e5026037d90e23b9188f5e7f77ed3c37229e8", - "_publish_commit": "master:3beabd890a1549782a2b051bf5ae255368b2cf35", + "_publish_hash": "sha256:18b1217f407b886c7ac27ac31a9786b3798027f2ab83908da9ae92f4d12a128b", + "_publish_commit": "master:338859c9721bb9418487dfa04dab5b0a61827336", "_npm_package_name": "joplin-plugin-hotfolder" } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.hotfolder/plugin.jpl b/plugins/io.github.jackgruber.hotfolder/plugin.jpl index be2eccb..ecf5745 100644 Binary files a/plugins/io.github.jackgruber.hotfolder/plugin.jpl and b/plugins/io.github.jackgruber.hotfolder/plugin.jpl differ