From f00b016e30ad324bb5c49e96cba296f8bff9e9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Sun, 22 Oct 2023 13:05:51 +0200 Subject: [PATCH] Release v3.1.0-beta.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 118c39a..f416735 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.0.1"}, + {vsn, "3.1.0-beta.1"}, {registered, []}, {applications, [kernel, stdlib, inets, ssl, public_key, telemetry, jose]}, {env, []},