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"