diff --git a/README.md b/README.md index 8d36344..fe52017 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ 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 | 1.1.4 | 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.0.0 | 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 | diff --git a/manifests.json b/manifests.json index e18e4d1..804efe2 100644 --- a/manifests.json +++ b/manifests.json @@ -814,15 +814,15 @@ "manifest_version": 1, "id": "joplin.plugin.templates", "app_min_version": "2.2.5", - "version": "1.1.4", + "version": "2.0.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:d9e69a23ff11b7078b8bcde5d95474f2158f07a5ace56edd35b2df6eb06dcdc3", - "_publish_commit": "master:728fcf9adba1f11844949cdff257730a7fc60ce1", + "_publish_hash": "sha256:25d34052760aca0a721d5c6f0f31d46a3c58d79eea802a8dcb525280eb1c3142", + "_publish_commit": "master:c33ac112ff806bf2cc7483a4e722fbd0b824b9f2", "_npm_package_name": "joplin-plugin-templates" }, "com.andrejilderda.macOSTheme": { diff --git a/plugins/joplin.plugin.templates/manifest.json b/plugins/joplin.plugin.templates/manifest.json index ef7929c..c56111b 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": "1.1.4", + "version": "2.0.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:d9e69a23ff11b7078b8bcde5d95474f2158f07a5ace56edd35b2df6eb06dcdc3", - "_publish_commit": "master:728fcf9adba1f11844949cdff257730a7fc60ce1", + "_publish_hash": "sha256:25d34052760aca0a721d5c6f0f31d46a3c58d79eea802a8dcb525280eb1c3142", + "_publish_commit": "master:c33ac112ff806bf2cc7483a4e722fbd0b824b9f2", "_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 e03a8be..213f9fd 100644 Binary files a/plugins/joplin.plugin.templates/plugin.jpl and b/plugins/joplin.plugin.templates/plugin.jpl differ