From d353ea2e822b14b620eea1cb25590f1173961e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Tue, 10 Sep 2024 18:27:03 +0200 Subject: [PATCH] Release v3.2.4 --- src/oidcc.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oidcc.app.src b/src/oidcc.app.src index cbe3b41..73f4287 100644 --- a/src/oidcc.app.src +++ b/src/oidcc.app.src @@ -1,6 +1,6 @@ {application, oidcc, [ {description, "OpenID Connect client library for the BEAM."}, - {vsn, "3.2.3"}, + {vsn, "3.2.4"}, {registered, []}, {applications, [kernel, stdlib, inets, ssl, public_key, telemetry, jose]}, {env, []},