From a4791edd8fed94ade47f9fa64aaccb72e3aeb97d Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 1 Feb 2020 10:50:15 +0100 Subject: [PATCH] snapshot version bump --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 71f5681..abb3fce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject yogsototh/clj-jwt "0.3.0" +(defproject yogsototh/clj-jwt "0.3.1-SNAPSHOT" :description "Clojure library for JSON Web Token(JWT)" :url "https://github.com/yogsototh/clj-jwt" :license {:name "Eclipse Public License"