From ce37cac4febf48ad383f050843e66941dceacb0d Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Thu, 4 Nov 2021 13:58:28 -0500 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af09ba2..973c260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "circe" -version = "0.1.0" +version = "0.1.1" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 6645a2d..0b14f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circe" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Unlicense" description = "IRC crate in Rust"