diff --git a/README.md b/README.md index 506a3c7..502d3c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This repository contains the following plugins: [🏠]() | Embed Search | 1.0.8 | Embeds list of links specified by search inside of note | ambrt [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.1.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0) | Benji300 [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.1 | 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.2 | Inline tags plugin | Roman Musin +[🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.3 | Inline tags plugin | Roman Musin [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.5 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode/blob/main/README.md) | Math Mode | 0.4.0 | Turn your notes into a powerful calculator with inline math. | Caleb John diff --git a/manifests.json b/manifests.json index 6292059..938a81d 100644 --- a/manifests.json +++ b/manifests.json @@ -233,14 +233,14 @@ "manifest_version": 1, "id": "com.whatever.inline-tags", "app_min_version": "1.7", - "version": "1.1.2", + "version": "1.1.3", "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:5e93ce8506ffe9e7443340cf1b58a9e16ed9ab808d1ec6510ab46ccfa55097f1", - "_publish_commit": "master:eb8ac874de2dfbde6e2d48a49f590bb5369cf405", + "_publish_hash": "sha256:223b407efda745f3f600070ec0a1b7d3b5cf53326069574cb2098e5cbc743c0e", + "_publish_commit": "master:6bed350f9bc9f7919e64819f9575b2530534b3a0", "_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 c1c6fae..e737cdf 100644 --- a/plugins/com.whatever.inline-tags/manifest.json +++ b/plugins/com.whatever.inline-tags/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 1, "id": "com.whatever.inline-tags", "app_min_version": "1.7", - "version": "1.1.2", + "version": "1.1.3", "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:5e93ce8506ffe9e7443340cf1b58a9e16ed9ab808d1ec6510ab46ccfa55097f1", - "_publish_commit": "master:eb8ac874de2dfbde6e2d48a49f590bb5369cf405", + "_publish_hash": "sha256:223b407efda745f3f600070ec0a1b7d3b5cf53326069574cb2098e5cbc743c0e", + "_publish_commit": "master:6bed350f9bc9f7919e64819f9575b2530534b3a0", "_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 cbb32df..7fbd0b2 100644 Binary files a/plugins/com.whatever.inline-tags/plugin.jpl and b/plugins/com.whatever.inline-tags/plugin.jpl differ