From 08c8c0f0f71e237008371f75ca0f71568358e983 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Mon, 23 Dec 2024 19:46:03 +0200 Subject: [PATCH] chore: bump to 0.2.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9768f01..b54deb2 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Exmr.MixProject do def project do [ app: :exmr, - version: "0.2.1", + version: "0.2.2", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,