From bab7f916d336ac74352379bc08a9b6a5c322b497 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 10 Jul 2025 18:58:33 -0500 Subject: [PATCH] chore: bump to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b43c1e2..9e6588a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1571,7 +1571,7 @@ dependencies = [ [[package]] name = "time-banner" -version = "0.1.0" +version = "0.2.0" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1598924..65005e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time-banner" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html