From 9bfc39905ecfca0f0b90efa153ce6cbd0f2a0454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Thu, 7 Dec 2023 11:25:37 +0100 Subject: [PATCH] Release v3.1.1 --- 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 5a72f84..62a9552 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.1.0"}, + {vsn, "3.1.1"}, {registered, []}, {applications, [kernel, stdlib, inets, ssl, public_key, telemetry, jose]}, {env, []},