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: