From 2efe7ec79527cf7810d53c09de62d9a97afdca37 Mon Sep 17 00:00:00 2001 From: Andrew Bruce Date: Tue, 22 Oct 2024 23:14:36 +0100 Subject: [PATCH] Patch version to fix botched release The hex script didn't complete successfully, and I managed to exclude the version bump from the v2.0.0 release. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9790980..ab8ba47 100644 --- a/mix.exs +++ b/mix.exs @@ -11,7 +11,7 @@ defmodule Mudbrick.MixProject do elixir: "~> 1.17", package: package(), start_permanent: Mix.env() == :prod, - version: "0.2.0", + version: "0.2.1", # Docs source_url: @scm_url,