From 42e72421d6696077e31c1ad4f429a2832fa5126e Mon Sep 17 00:00:00 2001 From: Relevance Pair Date: Thu, 17 Oct 2013 09:58:39 -0400 Subject: [PATCH] Upgrade to version 0.0.4 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0333edb..03887d5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Clojure library for JSON Web Token(JWT) [draft-jones-json-web-token-10](http:/ ### Leiningen ``` -[clj-jwt "0.0.2"] +[clj-jwt "0.0.4"] ``` ### Generate diff --git a/project.clj b/project.clj index a665f21..7287e0a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-jwt "0.0.3" +(defproject clj-jwt "0.0.4" :description "Clojure library for JSON Web Token(JWT)" :url "https://github.com/liquidz/clj-jwt" :license {:name "Eclipse Public License"