From bc7773942593a44197df115a3446ed0aa265463b Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sun, 1 Dec 2024 19:28:37 +0200 Subject: [PATCH] chore: bump version to 0.1.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b02c205..224d783 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Exmr.MixProject do def project do [ app: :exmr, - version: "0.1.1", + version: "0.1.2", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,