From fa77010c8ab39930a89fef3f5ebb5d52832b6530 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 31 Jan 2020 16:47:01 +0100 Subject: [PATCH] Version 0.3.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 828cc3a..71f5681 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject yogsototh/clj-jwt "0.3.0-SNAPSHOT" +(defproject yogsototh/clj-jwt "0.3.0" :description "Clojure library for JSON Web Token(JWT)" :url "https://github.com/yogsototh/clj-jwt" :license {:name "Eclipse Public License"