From 90260ea00c57671a8f8183d0158d0284f92646ec Mon Sep 17 00:00:00 2001 From: lebrunel <124721263+lebrunel@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:14:33 +0000 Subject: [PATCH] v0.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7858159..3755528 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Nex.MixProject do def project do [ app: :nex, - version: "0.1.0-beta.1", + version: "0.1.0", elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,