actually fix bar graph
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-19 00:28:30 -04:00
parent 4ca51a3f53
commit d896257602
3 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ defmodule Cannery.MixProject do
def project do
[
app: :cannery,
version: "0.9.8",
version: "0.9.9",
elixir: "1.16.1",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,