bump version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
shibao 2022-03-28 23:58:16 -04:00
parent 6523b28aa2
commit 6455e2710d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# v0.4.1
- Fix button and tag text wrapping
- Code quality fixes
# v0.4.0
- Make tables sortable
- Add link to changelog from version number

View File

@ -133,7 +133,7 @@ defmodule CanneryWeb.HomeLive do
to: "https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/CHANGELOG.md",
target: "_blank",
rel: "noopener noreferrer" do %>
<p>0.4.0</p>
<p>0.4.1</p>
<i class="fas fa-md fa-info-circle"></i>
<% end %>
</li>

View File

@ -4,7 +4,7 @@ defmodule Cannery.MixProject do
def project do
[
app: :cannery,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),