Merge pull request #3 from bobby/master

Upgrade to version 0.0.4
This commit is contained in:
Masashi Iizuka 2013-10-17 07:07:09 -07:00
commit a17fe62662
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"