diff --git a/README.md b/README.md index 0282381..016358b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository contains the following plugins: [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.2.0 | Allows to open several notes at once in tabs and pin them. | Benji300 [🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.0.11 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.1 | Save the editor layout (editor/split view/viewer) for each note separately with special tags. | Benji300 -[🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.0.2 | Create links to other notes | Roman Musin +[🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.1.0 | Create links to other notes | Roman Musin [🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.4.1 | Plugin to create manual and automatic backups | JackGruber [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake diff --git a/manifests.json b/manifests.json index d54bcfb..6126b06 100644 --- a/manifests.json +++ b/manifests.json @@ -212,15 +212,15 @@ "manifest_version": 1, "id": "com.whatever.quick-links", "app_min_version": "1.7", - "version": "1.0.2", + "version": "1.1.0", "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:a5591996d2f09d91149707df56b4ca3d04aa838a92139ba4b07b5e26cd93a595", - "_publish_commit": "master:af0d87d9b2ddf263e18e2e91fdb7374f2e055568", + "_publish_hash": "sha256:d987a9af4938f8e1330d1abcab13083da1c0b6423476dc2467d06a71896d34be", + "_publish_commit": "master:60223fe6e18e6b91333dbe1d8ba9637c50928aec", "_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 f2dfd98..b8de2c9 100644 --- a/plugins/com.whatever.quick-links/manifest.json +++ b/plugins/com.whatever.quick-links/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.whatever.quick-links", "app_min_version": "1.7", - "version": "1.0.2", + "version": "1.1.0", "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:a5591996d2f09d91149707df56b4ca3d04aa838a92139ba4b07b5e26cd93a595", - "_publish_commit": "master:af0d87d9b2ddf263e18e2e91fdb7374f2e055568", + "_publish_hash": "sha256:d987a9af4938f8e1330d1abcab13083da1c0b6423476dc2467d06a71896d34be", + "_publish_commit": "master:60223fe6e18e6b91333dbe1d8ba9637c50928aec", "_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 409a339..c08a66d 100644 Binary files a/plugins/com.whatever.quick-links/plugin.jpl and b/plugins/com.whatever.quick-links/plugin.jpl differ