From 721bba7dcddd4eda94afceda9c212b3d856b5f1a Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 16 Oct 2025 22:18:02 -0400 Subject: [PATCH] meta: version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 303a2af..fcde103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "katniss-cdn" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-compression", "axum", diff --git a/Cargo.toml b/Cargo.toml index 56f71d2..0e032f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "katniss-cdn" -version = "0.1.1" +version = "0.1.2" edition = "2024" license = "Unlicense"