Skip to content

Commit 0f7b86a

Browse files
committed
release: Bump version
1 parent 6aae4ec commit 0f7b86a

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 = "Apache-2.0"
1010
readme = "README.md"
1111

12-
version = "0.1.1"
12+
version = "0.1.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.1.1"
4+
version = "0.1.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.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66
publish = false
77

0 commit comments

Comments
 (0)