diff --git a/Cargo.lock b/Cargo.lock index 929684b..ee67c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "barycenter" -version = "0.2.0-alpha.17" +version = "0.2.0-alpha.18" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index c60b662..fd71338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "migration", "client-wasm"] [package] name = "barycenter" -version = "0.2.0-alpha.17" +version = "0.2.0-alpha.18" edition = "2021" license = "MIT OR Apache-2.0" description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects."