diff --git a/README.md b/README.md index aff970b..5ff3b23 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.6 | Go to tag,notebook or note via links or via text | a [🏠]() | Embed Search | 1.0.10 | Embeds list of links specified by search inside of note | ambrt [🏠](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://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.2 | 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.3.3 | 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.md) | Jira Issue | 1.5.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 d8ee584..b70c456 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.2", + "version": "0.3.3", "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:c446e9b6f9c0a75f2add57889e44c30ae8bd288552fd42f449ac744ba368ad71", - "_publish_commit": "master:93eaae685f402a2473ec5db5bb44bb78447294d7", + "_publish_hash": "sha256:78b282341c4007469bff1eff367e5026037d90e23b9188f5e7f77ed3c37229e8", + "_publish_commit": "master:3beabd890a1549782a2b051bf5ae255368b2cf35", "_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 401d4e8..95a6711 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.2", + "version": "0.3.3", "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:c446e9b6f9c0a75f2add57889e44c30ae8bd288552fd42f449ac744ba368ad71", - "_publish_commit": "master:93eaae685f402a2473ec5db5bb44bb78447294d7", + "_publish_hash": "sha256:78b282341c4007469bff1eff367e5026037d90e23b9188f5e7f77ed3c37229e8", + "_publish_commit": "master:3beabd890a1549782a2b051bf5ae255368b2cf35", "_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 3e7b8ee..be2eccb 100644 Binary files a/plugins/io.github.jackgruber.hotfolder/plugin.jpl and b/plugins/io.github.jackgruber.hotfolder/plugin.jpl differ