From 9b70322d8ab4d8ba05eb2730ce54518192466b4c Mon Sep 17 00:00:00 2001 From: Jessica Stokes Date: Thu, 3 Aug 2023 23:15:40 -0700 Subject: [PATCH] chore: Release coloursum version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af0c84c..2aa2392 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "coloursum" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ansi_term", "clap", diff --git a/Cargo.toml b/Cargo.toml index b8061ed..3ee0bc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "coloursum" description = "🎨 Colourise your checksum output" -version = "0.2.0" +version = "0.3.0" authors = ["Jessica Stokes "] edition = "2021" repository = "https://github.com/ticky/coloursum"