From 3f27b5645cfc1d50392fd38e519e1a223d884c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 2 Sep 2023 15:34:15 -0700 Subject: [PATCH] Bump version to 0.3.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index da1ec21e..adbf0145 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Banchan.MixProject do def project do [ app: :banchan, - version: "0.1.0", + version: "0.3.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [warnings_as_errors: true],