From 0da638db2026ae4e898b01094feef04155e2cf13 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:25:27 -0500 Subject: [PATCH] chore(release): v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80f46f4..fdfeb75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "kittysay" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "clap-stdin", diff --git a/Cargo.toml b/Cargo.toml index a877c2a..c340785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kittysay" -version = "0.2.0" +version = "0.3.0" authors = ["uncenter "] license = "MIT" description = "The cutest successor of cowsay."