diff --git a/README.md b/README.md index 45af4ec..e6551d5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ curl -Ls https://raw.githubusercontent.com/zyrouge/pho/main/install.sh | bash -s ## Contributing -Any kind of contribution including creating issues or making pull requests is welcomed. Make sure to keep it pointful. Sponsorships through [GitHub Sponsors](https://github.com/sponsors/zyrouge) or donations through [Ko-fi](https://ko-fi.com/zyrouge) or [Patreon](https://patreon.com/zyrouge) are welcomed. It helps me to stay motivated. +Any kind of contribution including creating issues or making pull requests is welcomed. Make sure to keep it pointful. Donations through [GitHub Sponsors](https://github.com/sponsors/zyrouge) or [Patreon](https://patreon.com/zyrouge) are welcomed. It helps me to stay motivated. ## License diff --git a/core/meta.go b/core/meta.go index 51ad948..f75134c 100644 --- a/core/meta.go +++ b/core/meta.go @@ -4,6 +4,6 @@ const AppName = "Pho" const AppCodeName = "pho" const AppExecutableName = "pho" const AppDescription = "AppImage Manager" -const AppVersion = "0.1.4" +const AppVersion = "0.1.5" const AppGithubOwner = "zyrouge" const AppGithubRepo = "pho"