Bump version to 0.2.1

This commit is contained in:
Tristan D. 2025-04-14 18:54:04 +02:00
parent 8d2faf1f64
commit d65409a3ea
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.0"
version = "0.2.1"
dependencies = [
"anyhow",
"axum",

View file

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