diff --git a/README.md b/README.md index d654853..836e08b 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,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.0 | 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.1 | 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 f0ce03a..8160f37 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.0", + "version": "1.1.1", "name": "TimeTagger Plugin", "description": "Time tracking with Joplin and TimeTagger", "author": "Juan Arana", @@ -2034,8 +2034,8 @@ "joplin-plugin" ], "categories": [], - "_publish_hash": "sha256:cd38f3f00c1c029121399e18609738a42370350ba7b964d9d54c742853fff115", - "_publish_commit": "main:29b744b8be143952e1ed3ab70678125a48ec54cf", + "_publish_hash": "sha256:77e4230677f985fa0d656895362b76091fc3aa9ad22ed0dfee9decd0102776a9", + "_publish_commit": "main:77ca23ab8a650ac50a91dc2b5473d87cb612444b", "_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 0b2ebf7..dcd0027 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.0", + "version": "1.1.1", "name": "TimeTagger Plugin", "description": "Time tracking with Joplin and TimeTagger", "author": "Juan Arana", @@ -12,7 +12,7 @@ "joplin-plugin" ], "categories": [], - "_publish_hash": "sha256:cd38f3f00c1c029121399e18609738a42370350ba7b964d9d54c742853fff115", - "_publish_commit": "main:29b744b8be143952e1ed3ab70678125a48ec54cf", + "_publish_hash": "sha256:77e4230677f985fa0d656895362b76091fc3aa9ad22ed0dfee9decd0102776a9", + "_publish_commit": "main:77ca23ab8a650ac50a91dc2b5473d87cb612444b", "_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 4cad8fa..c5c5588 100644 Binary files a/plugins/com.jpa.joplin.timetagger/plugin.jpl and b/plugins/com.jpa.joplin.timetagger/plugin.jpl differ