From 8afd2b1af1d41f26462f0ba809498e64aadf9a0e Mon Sep 17 00:00:00 2001 From: abelino Date: Mon, 16 Dec 2024 20:27:53 -0800 Subject: [PATCH] Version 1.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 75f7c9b..be15fc5 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Speck.MixProject do def project do [ app: :speck, - version: "1.1.0", + version: "1.2.0", elixir: "~> 1.14", start_permanent: Mix.env == :prod, compilers: Mix.compilers ++ [:speck],