From 07dbefef3f99306bc33a554f654e98ec8168e73c Mon Sep 17 00:00:00 2001 From: nibon7 Date: Mon, 31 Oct 2022 18:56:28 +0800 Subject: [PATCH] chore: release 0.1.1 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 288f9f18..86a9bfd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "clap_complete_nushell" authors = [ "nibon7 " ] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "A generator library used with clap for Nushell completion scripts" +homepage = "https://github.com/nibon7/clap_complete_nushell" repository = "https://github.com/nibon7/clap_complete_nushell" readme = "./README.md" categories = ["command-line-interface"]