Skip to content

Commit

Permalink
Update docs link, bump version prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Dec 25, 2016
1 parent 0016793 commit 304eb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "jwt"
version = "0.1.0"
version = "0.1.1"
authors = ["Drazen Urch <github@drazenur.ch>"]
description = "Very simple JWT generation lib."
repository = "https://github.com/durch/rust-jwt"
readme = "README.md"
keywords = ["JWT"]
license = "MIT"
documentation = "https://durch.github.io/rust-jwt/"
documentation = "https://durch.github.io/rust-jwt"

[lib]
name = "jwt"
Expand Down

0 comments on commit 304eb77

Please sign in to comment.