From 81f6763bbcf5cf776f220f43056a656f2208bf2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jussi=20R=C3=A4s=C3=A4nen?= Date: Fri, 21 Mar 2025 22:26:46 +0200 Subject: [PATCH] feat: new release, bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3db29b0..a2863eb 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Argon2.MixProject do def project do [ app: :argon2id_elixir, - version: "1.1.1", + version: "1.1.2", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, deps: deps(),