From d8a0d858a91a74a6113e465c3152c900c6575033 Mon Sep 17 00:00:00 2001 From: Stephen <stephen@stephendownward.ca> Date: Fri, 9 Oct 2020 21:27:50 -0300 Subject: [PATCH] Cut new release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e982336..6841afb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "dotacat" -version = "0.1.3" +version = "0.2.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 03da67a..3594911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotacat" -version = "0.1.3" +version = "0.2.0" authors = ["Stephen <stephen@scd31.com>"] description = "Like lolcat, but fast" edition = "2018" -- GitLab