From 9406f7725e411834696f48702582db8cdfcdc661 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Tue, 2 Aug 2022 02:17:18 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61502ed..ffc4e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ircparser" description = "An IRC (RFC1459) parser and formatter, built in Rust." -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Ethan Henderson"] readme = "README.md" diff --git a/README.md b/README.md index 39780ca..a2e5e65 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To use the latest stable version of `ircparser`, add it to your Cargo.toml file ```toml [dependencies] -ircparser = "^0.2" +ircparser = "^0.2.1" ``` You can also use the latest development version by specifying the following: