From 02f47385560c223ec740d10ac2c14db8ca9a64c9 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:18:56 -0400 Subject: [PATCH] chore(release): v0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae96674..7c592b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "kittysay" -version = "0.6.0" +version = "0.7.0" dependencies = [ "clap", "clap-stdin", diff --git a/Cargo.toml b/Cargo.toml index d1c1ab5..94c3f63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kittysay" -version = "0.6.0" +version = "0.7.0" authors = ["uncenter "] license = "MIT" description = "cowsay, but with a cute kitty :3"