From cc41ed6ee766dcd2e1e8fafb42239a93914d80fe Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Tue, 2 Aug 2022 01:12:18 +0100 Subject: [PATCH] Update version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa16302..61502ed 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.1.0" +version = "0.2.0" edition = "2021" authors = ["Ethan Henderson"] readme = "README.md" diff --git a/README.md b/README.md index 15cb123..39780ca 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.1" +ircparser = "^0.2" ``` You can also use the latest development version by specifying the following: