diff --git a/README.md b/README.md index 2539789..dca5eb6 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benlau/joplin-plugin-tag-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-tag-links/plugin.jpl) | Tag Links | 0.1.0 | Insert the link of tags at the footer automatically | Ben Lau | | [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.copytags/plugin.jpl) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber | | [🏠](https://github.com/forcewake/joplin-tags-generator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.forcewake.tags-generator/plugin.jpl) | 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 | -| [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.3.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | +| [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.4.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.3 | Easily apply color to text. | Sadmice | | [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.3 | Time tracking with Joplin and TimeTagger | Juan Arana | | [🏠](https://github.com/hjonin/todoist-to-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/hjonin.joplin.todoist-to-joplin/plugin.jpl) | Todoist to Joplin | 1.0.1 | Import your Todoist data into Joplin | hjonin | diff --git a/manifests.json b/manifests.json index cc42b7b..9ea7468 100644 --- a/manifests.json +++ b/manifests.json @@ -804,15 +804,15 @@ "manifest_version": 1, "id": "joplin.plugin.templates", "app_min_version": "2.2.5", - "version": "2.3.0", + "version": "2.4.0", "name": "Templates", "description": "This plugin allows you to create and use templates in Joplin.", "author": "Nishant Mittal", "homepage_url": "https://github.com/joplin/plugin-templates", "repository_url": "https://github.com/joplin/plugin-templates", "keywords": [], - "_publish_hash": "sha256:91e3127923f88cc3e2d9200a7b1e53d17193c7694b25ace70eb43ce8f0e29528", - "_publish_commit": "master:2863f251ae6a9c440e5d657b5312d0c496b224f1", + "_publish_hash": "sha256:cacc14380ba6b333c3286dad0d83da7daddfa5dcc1ce5dc6244536602de85b1c", + "_publish_commit": "master:fc20c831b485415b5118e129d4cea82bcf2ebd16", "_npm_package_name": "joplin-plugin-templates", "_recommended": true }, diff --git a/plugins/joplin.plugin.templates/manifest.json b/plugins/joplin.plugin.templates/manifest.json index 739de59..eb02658 100644 --- a/plugins/joplin.plugin.templates/manifest.json +++ b/plugins/joplin.plugin.templates/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin.plugin.templates", "app_min_version": "2.2.5", - "version": "2.3.0", + "version": "2.4.0", "name": "Templates", "description": "This plugin allows you to create and use templates in Joplin.", "author": "Nishant Mittal", "homepage_url": "https://github.com/joplin/plugin-templates", "repository_url": "https://github.com/joplin/plugin-templates", "keywords": [], - "_publish_hash": "sha256:91e3127923f88cc3e2d9200a7b1e53d17193c7694b25ace70eb43ce8f0e29528", - "_publish_commit": "master:2863f251ae6a9c440e5d657b5312d0c496b224f1", + "_publish_hash": "sha256:cacc14380ba6b333c3286dad0d83da7daddfa5dcc1ce5dc6244536602de85b1c", + "_publish_commit": "master:fc20c831b485415b5118e129d4cea82bcf2ebd16", "_npm_package_name": "joplin-plugin-templates" } \ No newline at end of file diff --git a/plugins/joplin.plugin.templates/plugin.jpl b/plugins/joplin.plugin.templates/plugin.jpl index 8cbe43c..cba4958 100644 Binary files a/plugins/joplin.plugin.templates/plugin.jpl and b/plugins/joplin.plugin.templates/plugin.jpl differ