diff --git a/README.md b/README.md index e413d16..9c89dc8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This repository contains the following plugins: [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 2.0.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 [🏠](https://github.com/uphy/joplin-plantuml-plugin) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | Quick HTML tags | 0.1.0 | Create quick HTML tags. | Martin Korelič -[🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.2.1 | Create links to other notes | Roman Musin +[🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.2.2 | Create links to other notes | Roman Musin [🏠](https://github.com/benji300/joplin-quick-move) | Quick Move | 1.0.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | Random note | 1.0.0 | Opens a random note from your vault | Azamah Junior [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | Repeating To-Dos | 0.0.1 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink diff --git a/manifests.json b/manifests.json index b1051fd..8fbc5c2 100644 --- a/manifests.json +++ b/manifests.json @@ -238,16 +238,16 @@ "com.whatever.quick-links": { "manifest_version": 1, "id": "com.whatever.quick-links", - "app_min_version": "1.7", - "version": "1.2.1", + "app_min_version": "1.8.1", + "version": "1.2.2", "name": "Quick Links", "description": "Create links to other notes", "author": "Roman Musin", "homepage_url": "https://discourse.joplinapp.org/t/quick-links-plugin/14214", "repository_url": "https://github.com/roman-r-m/joplin-plugin-quick-links", "keywords": [], - "_publish_hash": "sha256:ef7cd9171f4e57ecf2b514685b54e63027cf57a88cb1492b03ac2193b3106acb", - "_publish_commit": "master:b35b5cff41a94960f95eb83f84f1d37c306362a1", + "_publish_hash": "sha256:d7e3ed3d1c00236a511f1f2191dcc6d5934d0e1a2caeddb1f5f1a43f10341644", + "_publish_commit": "master:e162c65e8c81f215fcf1c5d5575f097fd0396b59", "_npm_package_name": "joplin-plugin-quick-links" }, "com.whatever.inline-tags": { diff --git a/plugins/com.whatever.quick-links/manifest.json b/plugins/com.whatever.quick-links/manifest.json index 4511b65..584d30f 100644 --- a/plugins/com.whatever.quick-links/manifest.json +++ b/plugins/com.whatever.quick-links/manifest.json @@ -1,15 +1,15 @@ { "manifest_version": 1, "id": "com.whatever.quick-links", - "app_min_version": "1.7", - "version": "1.2.1", + "app_min_version": "1.8.1", + "version": "1.2.2", "name": "Quick Links", "description": "Create links to other notes", "author": "Roman Musin", "homepage_url": "https://discourse.joplinapp.org/t/quick-links-plugin/14214", "repository_url": "https://github.com/roman-r-m/joplin-plugin-quick-links", "keywords": [], - "_publish_hash": "sha256:ef7cd9171f4e57ecf2b514685b54e63027cf57a88cb1492b03ac2193b3106acb", - "_publish_commit": "master:b35b5cff41a94960f95eb83f84f1d37c306362a1", + "_publish_hash": "sha256:d7e3ed3d1c00236a511f1f2191dcc6d5934d0e1a2caeddb1f5f1a43f10341644", + "_publish_commit": "master:e162c65e8c81f215fcf1c5d5575f097fd0396b59", "_npm_package_name": "joplin-plugin-quick-links" } \ No newline at end of file diff --git a/plugins/com.whatever.quick-links/plugin.jpl b/plugins/com.whatever.quick-links/plugin.jpl index e551813..d8624b2 100644 Binary files a/plugins/com.whatever.quick-links/plugin.jpl and b/plugins/com.whatever.quick-links/plugin.jpl differ