From d65409a3ea24797348dca82081a21ce148df3942 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Mon, 14 Apr 2025 18:54:04 +0200 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72ac3ba..453f478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "axum-folder-router" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 82b86f1..3c95f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]