From be0fb4b499df846c622625b27b2a0d632ade86d9 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 30 Jun 2025 16:04:13 +0300 Subject: [PATCH] update version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 84c071e..eb50c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nexy" -version = "0.4.0" +version = "0.4.1" edition = "2024" license = "MIT" readme = "README.md" @@ -13,4 +13,4 @@ repository = "https://github.com/YGGverse/nexy" anyhow = "1.0" chrono = "^0.4.20" clap = { version = "4.5", features = ["derive"] } -urlencoding = "2.1" +urlencoding = "2.1" \ No newline at end of file