From 7130c0d94a2b035cf87bb4baaeab1227bf9e7f5f Mon Sep 17 00:00:00 2001 From: Slatian Date: Sun, 9 Feb 2025 16:41:38 +0100 Subject: [PATCH] Version bump to 1.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5336f88..bb42575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "echoip-slatecave" -version = "1.5.3" +version = "1.6.0" dependencies = [ "axum", "axum-client-ip", diff --git a/Cargo.toml b/Cargo.toml index bbb3219..1fef059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echoip-slatecave" -version = "1.5.3" +version = "1.6.0" edition = "2021" authors = ["Slatian "]