Bump version to 0.2.3

This commit is contained in:
Tristan D. 2025-04-15 00:00:29 +02:00
parent e6316bef59
commit a8864786aa
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -85,7 +85,7 @@ dependencies = [
[[package]]
name = "axum-folder-router"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"axum",

View file

@ -1,6 +1,6 @@
[package]
name = "axum-folder-router"
version = "0.2.2"
version = "0.2.3"
edition = "2024"
readme = "./README.md"
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]