diff --git a/README.md b/README.md index 5d9b2b4..3b6e290 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ This repository contains the following plugins: | [🏠](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.3.0 | 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.2.3 | Easily apply color to text. | Sadmice | -| [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.1 | Time tracking with Joplin and TimeTagger | Juan Arana | +| [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.2 | Time tracking with Joplin and TimeTagger | Juan Arana | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.9.3 | Transforms a markdown or csv table into an HTML 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://github.com/uioporqwerty/joplin-plugin-wakatime) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/app.nybble.joplin-plugin-wakatime/plugin.jpl) | WakaTime | 1.0.13 | A Joplin plugin for WakaTime | Nitish Sachar (uioporqwerty) | diff --git a/manifests.json b/manifests.json index 2ca7b98..beaafd4 100644 --- a/manifests.json +++ b/manifests.json @@ -2024,7 +2024,7 @@ "manifest_version": 1, "id": "com.jpa.joplin.timetagger", "app_min_version": "2.8", - "version": "1.1.1", + "version": "1.1.2", "name": "TimeTagger Plugin", "description": "Time tracking with Joplin and TimeTagger", "author": "Juan Arana", @@ -2034,8 +2034,8 @@ "joplin-plugin" ], "categories": [], - "_publish_hash": "sha256:77e4230677f985fa0d656895362b76091fc3aa9ad22ed0dfee9decd0102776a9", - "_publish_commit": "main:77ca23ab8a650ac50a91dc2b5473d87cb612444b", + "_publish_hash": "sha256:fe5c64159d3afef8c885e668bba7f206f5ab68e727d7e8ccfe40e380abc7286a", + "_publish_commit": "main:c112ba6ae2ee1e80418e7dcaa10890fba800a053", "_npm_package_name": "joplin-plugin-timetagger" }, "net.noeto.JoplinBibleNotes": { diff --git a/plugins/com.jpa.joplin.timetagger/manifest.json b/plugins/com.jpa.joplin.timetagger/manifest.json index dcd0027..33c1327 100644 --- a/plugins/com.jpa.joplin.timetagger/manifest.json +++ b/plugins/com.jpa.joplin.timetagger/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.jpa.joplin.timetagger", "app_min_version": "2.8", - "version": "1.1.1", + "version": "1.1.2", "name": "TimeTagger Plugin", "description": "Time tracking with Joplin and TimeTagger", "author": "Juan Arana", @@ -12,7 +12,7 @@ "joplin-plugin" ], "categories": [], - "_publish_hash": "sha256:77e4230677f985fa0d656895362b76091fc3aa9ad22ed0dfee9decd0102776a9", - "_publish_commit": "main:77ca23ab8a650ac50a91dc2b5473d87cb612444b", + "_publish_hash": "sha256:fe5c64159d3afef8c885e668bba7f206f5ab68e727d7e8ccfe40e380abc7286a", + "_publish_commit": "main:c112ba6ae2ee1e80418e7dcaa10890fba800a053", "_npm_package_name": "joplin-plugin-timetagger" } \ No newline at end of file diff --git a/plugins/com.jpa.joplin.timetagger/plugin.jpl b/plugins/com.jpa.joplin.timetagger/plugin.jpl index c5c5588..9563f2a 100644 Binary files a/plugins/com.jpa.joplin.timetagger/plugin.jpl and b/plugins/com.jpa.joplin.timetagger/plugin.jpl differ