diff --git a/README.md b/README.md index 03e433f..80333b3 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-quick-move) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.quick-move/plugin.jpl) | Quick Move | 1.1.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 | | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.3 | Opens a random note from your vault | Azamah Junior | | [🏠](https://github.com/SeptemberHX/joplin-plugin-readcube-papers.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.ReadCubePapers/plugin.jpl) | ReadCube Papers | 1.1.0 | Keep syncing with your ReadCube Papers library, help you create a note for one paper and render the paper note with a formatted paper information table, automatically generate markdown style reference, and allow you to insert your annotations into the note | SeptemberHX | -| [🏠](https://github.com/Sinacs/Joplin.Plugin.ReMoods.Theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.remoods.theme/plugin.jpl) | ReMoods Theme | 4.3.0 | 3 theme modes, 36 single-tone theme colors, 5 major html custom elements, and more... (Recommend to read about the Getting Started Guide on GitHub before use.) | Sinacs | +| [🏠](https://github.com/Sinacs/Joplin.Plugin.ReMoods.Theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.remoods.theme/plugin.jpl) | ReMoods Theme | 4.3.1 | 3 theme modes, 36 single-tone theme colors, 5 major html custom elements, and more... (Recommend to read about the Getting Started Guide on GitHub before use.) | Sinacs | | [🏠](https://github.com/hegerdes/joplin-plugin-remote-note-pull) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/github.hegerdes.joplin_remote_note_pull/plugin.jpl) | Remote-Note-Pull | 1.0.2 | This Plugin will periodically pull public available Markdown documents into your notebook and keeps them up to date | hegerdes | | [🏠](https://github.com/mak2002/joplin-remove-images-from-note.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.remove.images.from.note/plugin.jpl) | Remove Images | 0.0.2 | Allows to remove images from selected note | mak2002 | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.10.3 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | diff --git a/manifests.json b/manifests.json index 12ce0f8..9c5e3b9 100644 --- a/manifests.json +++ b/manifests.json @@ -2233,7 +2233,7 @@ "manifest_version": 1, "id": "joplin.plugin.remoods.theme", "app_min_version": "2.8", - "version": "4.3.0", + "version": "4.3.1", "name": "ReMoods Theme", "description": "3 theme modes, 36 single-tone theme colors, 5 major html custom elements, and more... (Recommend to read about the Getting Started Guide on GitHub before use.) ", "author": "Sinacs", @@ -2252,8 +2252,8 @@ "editor", "viewer" ], - "_publish_hash": "sha256:235ce7db6f783404d6c910190c2713114dba123891a8fb14fa0348b61c22f4d3", - "_publish_commit": "master:f257e8d3ab48bf2220d5b6e28a9f7d29a8223fa7", + "_publish_hash": "sha256:9a166138dc04b519adff69b71dee5f1ec03f494fa6ff3da4ee59f2863ca187e7", + "_publish_commit": "master:6a3b431d8fdbb69cd874e9dcc51b5f16788c4f00", "_npm_package_name": "joplin-plugin-remoods-theme" }, "com.joplin.excalidraw": { diff --git a/plugins/joplin.plugin.remoods.theme/manifest.json b/plugins/joplin.plugin.remoods.theme/manifest.json index 2ece2c7..52c2b8d 100644 --- a/plugins/joplin.plugin.remoods.theme/manifest.json +++ b/plugins/joplin.plugin.remoods.theme/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.remoods.theme", "app_min_version": "2.8", - "version": "4.3.0", + "version": "4.3.1", "name": "ReMoods Theme", "description": "3 theme modes, 36 single-tone theme colors, 5 major html custom elements, and more... (Recommend to read about the Getting Started Guide on GitHub before use.) ", "author": "Sinacs", @@ -21,7 +21,7 @@ "editor", "viewer" ], - "_publish_hash": "sha256:235ce7db6f783404d6c910190c2713114dba123891a8fb14fa0348b61c22f4d3", - "_publish_commit": "master:f257e8d3ab48bf2220d5b6e28a9f7d29a8223fa7", + "_publish_hash": "sha256:9a166138dc04b519adff69b71dee5f1ec03f494fa6ff3da4ee59f2863ca187e7", + "_publish_commit": "master:6a3b431d8fdbb69cd874e9dcc51b5f16788c4f00", "_npm_package_name": "joplin-plugin-remoods-theme" } \ No newline at end of file diff --git a/plugins/joplin.plugin.remoods.theme/plugin.jpl b/plugins/joplin.plugin.remoods.theme/plugin.jpl index c0d5367..ddeb172 100644 Binary files a/plugins/joplin.plugin.remoods.theme/plugin.jpl and b/plugins/joplin.plugin.remoods.theme/plugin.jpl differ