diff --git a/README.md b/README.md index 8689a20..f3baf58 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ This repository contains the following plugins: | [🏠](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.2.1 | 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.1.0 | Easily apply color to text. | Sadmice | +| [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.0 | Easily apply color to text. | Sadmice | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.6.0 | Transform markdown table into d3js chart | Samuel Gagnepain | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](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 | 1.2.3 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index a4cad75..42ad6f0 100644 --- a/manifests.json +++ b/manifests.json @@ -1808,7 +1808,7 @@ "manifest_version": 1, "id": "sadmice.TextColorize", "app_min_version": "2.7", - "version": "1.1.0", + "version": "1.2.0", "name": "Text Colorize", "description": "Easily apply color to text.", "author": "Sadmice", @@ -1820,8 +1820,8 @@ "joplin", "plugin" ], - "_publish_hash": "sha256:99ea01d81b5886887a4ce91bd2fe546ccee0a3bc2283bf64447908a10c3d5bb9", - "_publish_commit": "main:dba7ca6af01d38c13387a3b12bee870595779da4", + "_publish_hash": "sha256:41fed6857c6f9bfc4e5894e2363b66ff4cfc535518675b238003651d06bab659", + "_publish_commit": "main:1cf86e86154b14125378aaf26e3e254ce99cad5c", "_npm_package_name": "joplin-plugin-textcolorize" }, "com.wemakemachines.joplin.plugin.event-calendar": { diff --git a/plugins/sadmice.TextColorize/manifest.json b/plugins/sadmice.TextColorize/manifest.json index 959bfb6..c0f5b31 100644 --- a/plugins/sadmice.TextColorize/manifest.json +++ b/plugins/sadmice.TextColorize/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "sadmice.TextColorize", "app_min_version": "2.7", - "version": "1.1.0", + "version": "1.2.0", "name": "Text Colorize", "description": "Easily apply color to text.", "author": "Sadmice", @@ -14,7 +14,7 @@ "joplin", "plugin" ], - "_publish_hash": "sha256:99ea01d81b5886887a4ce91bd2fe546ccee0a3bc2283bf64447908a10c3d5bb9", - "_publish_commit": "main:dba7ca6af01d38c13387a3b12bee870595779da4", + "_publish_hash": "sha256:41fed6857c6f9bfc4e5894e2363b66ff4cfc535518675b238003651d06bab659", + "_publish_commit": "main:1cf86e86154b14125378aaf26e3e254ce99cad5c", "_npm_package_name": "joplin-plugin-textcolorize" } \ No newline at end of file diff --git a/plugins/sadmice.TextColorize/plugin.jpl b/plugins/sadmice.TextColorize/plugin.jpl index 5a0ead6..b8862b1 100644 Binary files a/plugins/sadmice.TextColorize/plugin.jpl and b/plugins/sadmice.TextColorize/plugin.jpl differ