diff --git a/README.md b/README.md index c31412f..4237dc6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +Buy Me A Coffee + # Habit Tracker 21 Introducing "Habit Tracker 21," an innovative plugin designed specifically for Obsidian. Have you ever wanted to develop new habits but struggled to keep yourself accountable? This plugin is your perfect solution. @@ -57,3 +59,8 @@ Make sure to specify the path you're using. You can point to one habit, or all h To determine how much time I should invest in this project I use Bitly.com to track how many people use it. This is what I see https://github.com/zoreet/habit-tracker/issues/32#issuecomment-2116918725 This is the tracker that collects the least ammount of data that I could find, other than building a custom one. If you have any concerns please add a comment to the above ticket. + + +## Support + +If you enjoy this plugin consider buying me a coffee at https://buymeacoffee.com/zincplusplus diff --git a/manifest.json b/manifest.json index b6272b0..9edfb01 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,11 @@ { "id": "habit-tracker-21", "name": "Habit Tracker 21", - "version": "1.4.4", + "version": "1.4.5", "minAppVersion": "1.1.0", "description": "Your 21-day journey to habit formation, simplified", "author": "Zoreet", "authorUrl": "https://github.com/zoreet", - "isDesktopOnly": false -} + "isDesktopOnly": false, + "fundingUrl": "https://buymeacoffee.com/zincplusplus" +} \ No newline at end of file diff --git a/versions.json b/versions.json index d4fe0c1..1b4fd4e 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.4.1": "1.1.0", "1.4.2": "1.1.0", "1.4.3": "1.1.0", - "1.4.4": "1.1.0" -} + "1.4.4": "1.1.0", + "1.4.5": "1.1.0" +} \ No newline at end of file