diff --git a/Cargo.toml b/Cargo.toml index e587c71..3b955cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern" license = "MPL-2.0" readme = "README.md" -version = "0.2.0" +version = "0.2.2" edition = "2021" [badges] diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 6a14222..d7cbc06 100644 --- a/examples/cross-site/Cargo.toml +++ b/examples/cross-site/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cross-site" authors = ["LeoniePhiline "] -version = "0.2.0" +version = "0.2.2" edition = "2021" publish = false diff --git a/examples/same-site/Cargo.toml b/examples/same-site/Cargo.toml index 4be3e24..bf34599 100644 --- a/examples/same-site/Cargo.toml +++ b/examples/same-site/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "same-site" authors = ["LeoniePhiline "] -version = "0.2.0" +version = "0.2.2" edition = "2021" publish = false