From b5dba33128fdfca56cf1b2f4d3d52509ba2f6eb9 Mon Sep 17 00:00:00 2001 From: isaac yonemoto Date: Sat, 19 Oct 2024 20:49:33 -0500 Subject: [PATCH] changes to 0.13.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 31f02940..6cba406b 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Zigler.MixProject do [ app: :zigler, - version: "0.13.3-rc0", + version: "0.13.3", elixir: "~> 1.14", start_permanent: env == :prod, elixirc_paths: elixirc_paths(env),