From c626817e1a2aeb1230064ca1b76b3d58b3b65f27 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 6 Feb 2018 11:17:55 +0100 Subject: [PATCH] version bump --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ea81238..2283602 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-jwt "0.1.1" +(defproject yogsototh/clj-jwt "0.2.0" :description "Clojure library for JSON Web Token(JWT)" :url "https://github.com/liquidz/clj-jwt" :license {:name "Eclipse Public License"