From 40e1586954aae9cbe27fe6504110c6faeedf360b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 16 Feb 2024 21:47:32 -0800 Subject: [PATCH] Bump version to 1.10.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5a65fb41..bfc33a56 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Banchan.MixProject do def project do [ app: :banchan, - version: "1.10.0", + version: "1.10.1", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [warnings_as_errors: true],