From 0bcf9f5890ce0088245a274b4e02cde859f01520 Mon Sep 17 00:00:00 2001 From: hkalbasi Date: Sun, 3 Dec 2023 21:51:26 +0330 Subject: [PATCH] Version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3816bdc..9356d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap-repl" description = "Build nice REPLs using clap and rustyline with zero effort" -version = "0.1.0" +version = "0.1.1" edition = "2021" homepage = "https://github.com/HKalbasi/clap-repl" repository = "https://github.com/HKalbasi/clap-repl"