diff --git a/README.md b/README.md index 776718e..5308ce8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This repository contains the following plugins: | [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.2.1 | Format the table under the cursor in Markdown editor | Roman Musin | | [🏠](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.1.1 | 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.1.2 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://discourse.joplinapp.org/t/untagged/16680) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl) | Untagged | 2.1.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 0.0.6 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index a5b7343..6c52ba8 100644 --- a/manifests.json +++ b/manifests.json @@ -834,15 +834,15 @@ "manifest_version": 1, "id": "joplin.plugin.templates", "app_min_version": "2.2.5", - "version": "2.1.1", + "version": "2.1.2", "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:ef8cb616c609b015554aeed351742c63e5e4217ae33a15e7ef9476d81aea6118", - "_publish_commit": "master:7a7d671b916def7b73dbef6d897f5e052337f61c", + "_publish_hash": "sha256:ffe9202f6f4c232f6a9d84a04dee0a2c875c3cdbed065327b327333cad2606ae", + "_publish_commit": "master:b14d90660321af9598876f2525406db452fc04f6", "_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 36cadf4..af9c5e3 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.1.1", + "version": "2.1.2", "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:ef8cb616c609b015554aeed351742c63e5e4217ae33a15e7ef9476d81aea6118", - "_publish_commit": "master:7a7d671b916def7b73dbef6d897f5e052337f61c", + "_publish_hash": "sha256:ffe9202f6f4c232f6a9d84a04dee0a2c875c3cdbed065327b327333cad2606ae", + "_publish_commit": "master:b14d90660321af9598876f2525406db452fc04f6", "_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 4d2812f..6fbaa75 100644 Binary files a/plugins/joplin.plugin.templates/plugin.jpl and b/plugins/joplin.plugin.templates/plugin.jpl differ