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