diff --git a/CHANGELOG.md b/CHANGELOG.md index 038a5bb..c730066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.5.1 +- Add French translation: Thank you [duponin](https://udongein.xyz/users/duponin)! + # v0.5.0 - Add German translation: Thank you [Kaia](https://shitposter.club/users/kaia)! - Fix not being able to edit ammo group when fully used up diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a5f465..3bf69f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,3 +142,4 @@ Thank you so much for your contributions! - shibao (https://misskey.bubbletea.dev/@shibao) - kaia (https://shitposter.club/users/kaia) +- duponin (https://udongein.xyz/users/duponin) diff --git a/lib/cannery_web/live/home_live.ex b/lib/cannery_web/live/home_live.ex index 10a10c3..7d90117 100644 --- a/lib/cannery_web/live/home_live.ex +++ b/lib/cannery_web/live/home_live.ex @@ -131,7 +131,7 @@ defmodule CanneryWeb.HomeLive do to: "https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/CHANGELOG.md", target: "_blank", rel: "noopener noreferrer" do %> -

0.5.0

+

0.5.1

<% end %> diff --git a/mix.exs b/mix.exs index be4415b..3c94ebf 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Cannery.MixProject do def project do [ app: :cannery, - version: "0.5.0", + version: "0.5.1", elixir: "1.13.4", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:gettext] ++ Mix.compilers(),