Bump version number

This commit is contained in:
Yash Karandikar 2021-11-16 15:20:10 -06:00
parent 75fc554525
commit 1ab8f57579
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "circe"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"native-tls",
"serde",

View file

@ -1,8 +1,8 @@
[package]
authors = ["famfo", "karx"]
name = "circe"
version = "0.1.3"
edition = "2021"
version = "0.1.4"
edition = "2018"
license = "Unlicense"
description = "IRC crate in Rust"
repository = "https://git.karx.xyz/circe.git"