Update donation link [skip ci]

This commit is contained in:
AntsyLich
2026-01-12 22:39:16 +06:00
parent a4f5a8184c
commit 93b355a9ef
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
patreon: mihon
+1 -1
View File
@@ -148,7 +148,7 @@ jobs:
tag_name: ${{ needs.get_tag.outputs.tag }} tag_name: ${{ needs.get_tag.outputs.tag }}
name: Mihon ${{ needs.get_tag.outputs.tag }} name: Mihon ${{ needs.get_tag.outputs.tag }}
body: | body: |
Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if youre upgrading from an earlier version. Consider [donating via Open Collective](https://opencollective.com/mihon/contribute) to help keep Mihon improving! Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if youre upgrading from an earlier version. Consider [donating via Patreon](https://patreon.com/mihon/membership) to help keep Mihon improving!
<!--> <!-->
@@ -3,7 +3,7 @@ package tachiyomi.core.common
object Constants { object Constants {
const val URL_HELP = "https://mihon.app/docs/guides/troubleshooting/" const val URL_HELP = "https://mihon.app/docs/guides/troubleshooting/"
const val URL_HELP_UPCOMING = "https://mihon.app/docs/faq/updates/upcoming" const val URL_HELP_UPCOMING = "https://mihon.app/docs/faq/updates/upcoming"
const val URL_DONATE = "https://opencollective.com/mihon/contribute" const val URL_DONATE = "https://patreon.com/mihon/membership"
const val MANGA_EXTRA = "manga" const val MANGA_EXTRA = "manga"