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

This commit is contained in:
shibao 2022-02-20 20:43:04 -05:00
parent 3ce8eda712
commit 91cf9d0eb5
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# v0.2.3
- Fix modals with overflowing forms
- Fix grids having uneven margins in phone mode
- Add page titles to registration and setting pages
# v0.2.2

View File

@ -130,7 +130,7 @@ defmodule CanneryWeb.HomeLive do
<li class="flex flex-row justify-center space-x-2">
<b>Version:</b>
<p>
0.2.2
0.2.3
</p>
</li>
</ul>

View File

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