diff --git a/README.md b/README.md index 3496ffa..3996125 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This repository contains the following plugins: [🏠](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 [🏠]() | Home Note | 1.0.0 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 1.0.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://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.2.0 | 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 [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen diff --git a/manifests.json b/manifests.json index 817fbb6..e24d7c5 100644 --- a/manifests.json +++ b/manifests.json @@ -253,15 +253,15 @@ "com.whatever.inline-tags": { "manifest_version": 1, "id": "com.whatever.inline-tags", - "app_min_version": "1.7", - "version": "1.1.3", + "app_min_version": "1.8.1", + "version": "1.2.0", "name": "Inline tags", "description": "Inline tags plugin", "author": "Roman Musin", "homepage_url": "https://discourse.joplinapp.org/t/plugin-inline-tags/14192", "repository_url": "https://github.com/roman-r-m/joplin-inline-tags-plugin", - "_publish_hash": "sha256:223b407efda745f3f600070ec0a1b7d3b5cf53326069574cb2098e5cbc743c0e", - "_publish_commit": "master:6bed350f9bc9f7919e64819f9575b2530534b3a0", + "_publish_hash": "sha256:885a887f8ba225ae7e3177ffddf1eb4a703bb47c155fafb0054b12ef0ea950b1", + "_publish_commit": "master:f4eb5c005231a64b1e4f5ee6b6297f0c5476642b", "_npm_package_name": "joplin-plugin-inline-tags" }, "joplin.plugin.forcewake.tags-generator": { diff --git a/plugins/com.whatever.inline-tags/manifest.json b/plugins/com.whatever.inline-tags/manifest.json index e737cdf..0ca2177 100644 --- a/plugins/com.whatever.inline-tags/manifest.json +++ b/plugins/com.whatever.inline-tags/manifest.json @@ -1,14 +1,14 @@ { "manifest_version": 1, "id": "com.whatever.inline-tags", - "app_min_version": "1.7", - "version": "1.1.3", + "app_min_version": "1.8.1", + "version": "1.2.0", "name": "Inline tags", "description": "Inline tags plugin", "author": "Roman Musin", "homepage_url": "https://discourse.joplinapp.org/t/plugin-inline-tags/14192", "repository_url": "https://github.com/roman-r-m/joplin-inline-tags-plugin", - "_publish_hash": "sha256:223b407efda745f3f600070ec0a1b7d3b5cf53326069574cb2098e5cbc743c0e", - "_publish_commit": "master:6bed350f9bc9f7919e64819f9575b2530534b3a0", + "_publish_hash": "sha256:885a887f8ba225ae7e3177ffddf1eb4a703bb47c155fafb0054b12ef0ea950b1", + "_publish_commit": "master:f4eb5c005231a64b1e4f5ee6b6297f0c5476642b", "_npm_package_name": "joplin-plugin-inline-tags" } \ No newline at end of file diff --git a/plugins/com.whatever.inline-tags/plugin.jpl b/plugins/com.whatever.inline-tags/plugin.jpl index 7fbd0b2..152068c 100644 Binary files a/plugins/com.whatever.inline-tags/plugin.jpl and b/plugins/com.whatever.inline-tags/plugin.jpl differ