Skip to content

Commit 8a949b9

Browse files
committed
release: 0.2.0
1 parent 1cea3dc commit 8a949b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.4"
12+
version = "0.2.0"
1313
edition = "2021"
1414

1515
[badges]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ More information about this crate can be found in the [crate documentation][docs
1313
## Installation
1414

1515
```toml
16-
axum-csrf-sync-pattern = "0.1.4"
16+
axum-csrf-sync-pattern = "0.2.0"
1717
```
1818

1919
## Examples

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.4"
4+
version = "0.2.0"
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.4"
4+
version = "0.2.0"
55
edition = "2021"
66
publish = false
77

0 commit comments

Comments
 (0)