diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ce30c..24d5cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.8.5 +- Add link in readme to github mirror + # v0.8.4 - Improve accessibility - Code quality improvements diff --git a/README.md b/README.md index c189a3b..e9f47b9 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,15 @@ Cannery is licensed under AGPLv3 or later. A copy of the latest version of the license can be found at [LICENSE.md](https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/LICENSE.md). +# Links + +- [Gitea](https://gitea.bubbletea.dev/shibao/cannery): Main repo, feature + requests and bug reports +- [Github](https://github.com/shibaobun/cannery): Source code mirror, please + don't open pull requests to this repository +- [Weblate](https://weblate.bubbletea.dev/engage/cannery): Contribute to + translations! + --- [![Build diff --git a/mix.exs b/mix.exs index 5716f86..8bc60ed 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Cannery.MixProject do def project do [ app: :cannery, - version: "0.8.4", + version: "0.8.5", elixir: "1.14.1", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),