Skip to content

Commit

Permalink
Update version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 17, 2023
1 parent 10fdaf7 commit 5ac735d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jwt-simple"
version = "0.12.5"
version = "0.12.6"
description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust."
authors = ["Frank Denis <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Important: JWT's purpose is to verify that data has been created by a party know

```toml
[dependencies]
jwt-simple = "0.10"
jwt-simple = "0.12"
```

Rust:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//!
//! ```toml
//! [dependencies]
//! jwt-simple = "0.10"
//! jwt-simple = "0.12"
//! ```
//!
//! Rust:
Expand Down

0 comments on commit 5ac735d

Please sign in to comment.