From a97c65320d8a62a244685921fe2fe51bb58b994e Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Thu, 26 Dec 2024 21:18:13 +0200 Subject: [PATCH] chore: bump to 0.2.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f290a3e..38ca0a6 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Exmr.MixProject do def project do [ app: :exmr, - version: "0.2.2", + version: "0.2.3", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,