From 26d1fc6a6ddf707466a1f1fe4c874e00ccacdb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 6 Sep 2023 21:10:38 -0700 Subject: [PATCH] Bump version to 1.2.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9f606da2..348dd228 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Banchan.MixProject do def project do [ app: :banchan, - version: "1.2.0", + version: "1.2.2", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [warnings_as_errors: true],