diff --git a/README.md b/README.md index 569df18..a78b7b1 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,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.0.1 | 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.1.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 b655c50..0722bfa 100644 --- a/manifests.json +++ b/manifests.json @@ -1803,7 +1803,7 @@ "manifest_version": 1, "id": "sadmice.TextColorize", "app_min_version": "2.7", - "version": "1.0.1", + "version": "1.1.0", "name": "Text Colorize", "description": "Easily apply color to text.", "author": "Sadmice", @@ -1815,8 +1815,8 @@ "joplin", "plugin" ], - "_publish_hash": "sha256:f97ead02420fc00712cd155eb4559a6b5801d49efe0b3d233da7b893d8314185", - "_publish_commit": "main:5b294dab396f60ec5d5189549c58d2db162b3a11", + "_publish_hash": "sha256:99ea01d81b5886887a4ce91bd2fe546ccee0a3bc2283bf64447908a10c3d5bb9", + "_publish_commit": "main:dba7ca6af01d38c13387a3b12bee870595779da4", "_npm_package_name": "joplin-plugin-textcolorize" } } \ No newline at end of file diff --git a/plugins/sadmice.TextColorize/manifest.json b/plugins/sadmice.TextColorize/manifest.json index a446265..959bfb6 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.0.1", + "version": "1.1.0", "name": "Text Colorize", "description": "Easily apply color to text.", "author": "Sadmice", @@ -14,7 +14,7 @@ "joplin", "plugin" ], - "_publish_hash": "sha256:f97ead02420fc00712cd155eb4559a6b5801d49efe0b3d233da7b893d8314185", - "_publish_commit": "main:5b294dab396f60ec5d5189549c58d2db162b3a11", + "_publish_hash": "sha256:99ea01d81b5886887a4ce91bd2fe546ccee0a3bc2283bf64447908a10c3d5bb9", + "_publish_commit": "main:dba7ca6af01d38c13387a3b12bee870595779da4", "_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 fde2b2c..5a0ead6 100644 Binary files a/plugins/sadmice.TextColorize/plugin.jpl and b/plugins/sadmice.TextColorize/plugin.jpl differ