bump version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-24 00:18:33 -05:00
parent a6b2c6181e
commit e6a4fbcfb5
2 changed files with 2 additions and 2 deletions

View File

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