From 3b1cef94d87f19dd53a9984595240442307d8d29 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 13 Feb 2026 20:00:45 +0100 Subject: [PATCH] core(cargo): update the version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f76721..fc0cbbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty" -version = "0.1.0" +version = "0.1.1" edition = "2024" [dependencies]