From 7863b0621518de297dbcb8d6a9ecda057d59c58a Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 21 May 2022 17:19:15 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ lib/cannery_web/live/home_live.ex | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161eb5a..811898b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.5.3 +- Update French translation: Thank you [duponin](https://udongein.xyz/users/duponin)! +- Update German translation: Thank you [Kaia](https://shitposter.club/users/kaia)! + # v0.5.2 - Add "Added on" date to ammo groups - Add "Added on" date to ammo types diff --git a/lib/cannery_web/live/home_live.ex b/lib/cannery_web/live/home_live.ex index 10a3757..4fdc9ad 100644 --- a/lib/cannery_web/live/home_live.ex +++ b/lib/cannery_web/live/home_live.ex @@ -126,7 +126,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.2

+

0.5.3

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