update version

This commit is contained in:
yggverse 2025-06-30 16:04:13 +03:00
parent 8514bd32f5
commit be0fb4b499

View file

@ -1,6 +1,6 @@
[package] [package]
name = "nexy" name = "nexy"
version = "0.4.0" version = "0.4.1"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
@ -13,4 +13,4 @@ repository = "https://github.com/YGGverse/nexy"
anyhow = "1.0" anyhow = "1.0"
chrono = "^0.4.20" chrono = "^0.4.20"
clap = { version = "4.5", features = ["derive"] } clap = { version = "4.5", features = ["derive"] }
urlencoding = "2.1" urlencoding = "2.1"