Skip to content

Commit ab5e1f8

Browse files
committed
release: 0.2.2
1 parent 4da5170 commit ab5e1f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern"
99
license = "MPL-2.0"
1010
readme = "README.md"
1111

12-
version = "0.2.0"
12+
version = "0.2.2"
1313
edition = "2021"
1414

1515
[badges]

examples/cross-site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cross-site"
33
authors = ["LeoniePhiline <[email protected]>"]
4-
version = "0.2.0"
4+
version = "0.2.2"
55
edition = "2021"
66
publish = false
77

examples/same-site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "same-site"
33
authors = ["LeoniePhiline <[email protected]>"]
4-
version = "0.2.0"
4+
version = "0.2.2"
55
edition = "2021"
66
publish = false
77

0 commit comments

Comments
 (0)