Bump version number

This commit is contained in:
Yash Karandikar 2021-11-04 13:58:28 -05:00
parent 79c207fd59
commit ce37cac4fe
Signed by: karx
GPG key ID: A794DA2529474BA5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "circe"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"serde",
"serde_derive",

View file

@ -1,6 +1,6 @@
[package]
name = "circe"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Unlicense"
description = "IRC crate in Rust"