Upgrade to version 0.0.4

This commit is contained in:
Relevance Pair 2013-10-17 09:58:39 -04:00
parent adbfeaa3c2
commit 42e72421d6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"