From 52b5b5ee6118c6d3efea0b9841e985ad3710d325 Mon Sep 17 00:00:00 2001 From: sloganking Date: Sat, 21 Oct 2023 22:44:03 -0400 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0282dc4..60cd140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desk-talk" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A software that records when you press a button down, and types what you said when you release it" license = "MIT"