From 55012807f0391f36d866440f4dc8ef5a9f6eba2b Mon Sep 17 00:00:00 2001 From: Xyverle Date: Wed, 4 Jun 2025 06:07:15 -0400 Subject: [PATCH] Update to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 185ae32..6fc423d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "neutuino" -version = "0.3.0" +version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index 4856d50..51a5141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neutuino" -version = "0.3.0" +version = "0.4.0" edition = "2024" repository = "https://github.com/Xyverle/neutuino" description = "A minimal zero-dependancy pure-rust cross-platform TUI library"