From 6d0ff8c693011620d2ed099caa01a2dab6f83059 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Tue, 13 Apr 2021 08:46:08 +1000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20bumped=20to=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e70ea3..8c0821d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bonnie" -version = "0.1.0-rc6" +version = "0.1.0" dependencies = [ "serde", "toml", diff --git a/Cargo.toml b/Cargo.toml index 0594de2..fcb0540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bonnie" -version = "0.1.0-rc6" +version = "0.1.0" authors = ["arctic_hen7 "] edition = "2018"