Skip to content

Commit

Permalink
Bump version to 4.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Apr 14, 2024
1 parent 560e46f commit c4e28f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo-1.65.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"

[[package]]
name = "openidconnect"
version = "4.0.0-alpha.1"
version = "4.0.0-alpha.2"
dependencies = [
"anyhow",
"base64",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openidconnect"
version = "4.0.0-alpha.1"
version = "4.0.0-alpha.2"
authors = ["David A. Ramos <[email protected]>"]
description = "OpenID Connect library"
keywords = ["openid", "oidc", "oauth2", "authentication", "auth"]
Expand Down

0 comments on commit c4e28f4

Please sign in to comment.