From 87b31e6d052279628bf9436e96d1358400c03de5 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:53:43 -0500 Subject: [PATCH] chore: release v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cbe7a5..7b284d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "kittysay" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "clap-stdin", diff --git a/Cargo.toml b/Cargo.toml index c20903d..23c6a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kittysay" -version = "0.1.0" +version = "0.2.0" authors = ["uncenter "] license = "MIT" description = "The cutest successor of cowsay."