bump to 0.7.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
shibao 2022-11-12 14:38:40 -05:00
parent 44d4d7c6f9
commit 09774e0aed
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# v0.6.1
# v0.7.0
- Add shading to table component
- Fix chart to sum by day
- Fix whitespace when copying invite url

View File

@ -138,7 +138,7 @@ defmodule CanneryWeb.HomeLive do
target="_blank"
rel="noopener noreferrer"
>
<p>0.6.1</p>
<p>0.7.0</p>
<i class="fas fa-md fa-info-circle"></i>
</.link>
</li>

View File

@ -4,7 +4,7 @@ defmodule Cannery.MixProject do
def project do
[
app: :cannery,
version: "0.6.1",
version: "0.7.0",
elixir: "1.14.1",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),