From 3b95ef81379feb5a6407a989141d4e0029400f34 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Mon, 23 Dec 2024 09:49:06 +0100 Subject: [PATCH] chore: bump version to 0.5.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 12cd77f..257d1b4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Qrstorage.MixProject do def project do [ app: :qrstorage, - version: "0.5.0", + version: "0.5.1", elixir: "~> 1.16", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,