From 8eeb3181239772f8ea92c8f6001605e5b4433b32 Mon Sep 17 00:00:00 2001 From: Tanmay Mohapatra Date: Mon, 22 Jan 2024 21:37:13 +0530 Subject: [PATCH] Update patch version for tagging (#26) Incrementnig patch version fot tagging a new release --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ab915d7..36e0eca 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["julialang", "jwt", "jwt-authentication", "jwkset", "signing"] license = "MIT" desc = "JSON Web Tokens (JWT) for Julia" authors = ["Tanmay Mohapatra "] -version = "0.2.3" +version = "0.2.4" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"