From 8876936a64563a9ace73faa009c379bb0195cdfd Mon Sep 17 00:00:00 2001 From: Lukas Bloznelis Date: Sat, 4 Nov 2023 17:28:10 +0200 Subject: [PATCH] Release kbt 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba2cd0c..7237445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "kbt" -version = "1.2.3" +version = "2.0.0" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index eb37f17..1acf89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbt" -version = "1.2.3" +version = "2.0.0" authors = ["bloznelis "] description = "Keyboard tester in terminal" license = "MIT"