From 95447ac8c1a7e2608dddc80759392e3b1d3ff3b9 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 21 Dec 2023 05:24:14 -0600 Subject: [PATCH] chore: Release demand version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64730fa..02323c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A CLI prompt library" license = "MIT"