From 18a41f513cf3902f5ee87a9c3cd11eb4af08caf5 Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Thu, 21 Nov 2024 22:01:10 -0300 Subject: [PATCH] chore: bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c257031..57f131d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Klife.MixProject do def project do [ app: :klife, - version: "0.3.0", + version: "0.4.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_paths(Mix.env()),