Skip to content

Commit

Permalink
Merge pull request liquidz#3 from bobby/master
Browse files Browse the repository at this point in the history
Upgrade to version 0.0.4
  • Loading branch information
liquidz committed Oct 17, 2013
2 parents adbfeaa + 42e7242 commit a17fe62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a17fe62

Please sign in to comment.