Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
masongup-mdsol committed Jun 6, 2024
1 parent 8a38d0c commit 8442119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "mauth-core"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Medidata Solutions <[email protected]>"]
description = "Generate and verify Medidata MAuth protocol signatures"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/mdsol/mauth-core"
repository = "https://github.com/mdsol/mauth-core"
documentation = "https://docs.rs/mauth-core/"
keywords = ["security", "authentication"]
categories = ["authentication"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
mauth-core = "0.4"
mauth-core = "0.5"
```

Here is an example of generating and verifying a signature:
Expand Down

0 comments on commit 8442119

Please sign in to comment.