Update version number

This commit is contained in:
Ethan Henderson 2022-08-02 01:12:18 +01:00
parent 80fe0fcfef
commit cc41ed6ee7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "ircparser" name = "ircparser"
description = "An IRC (RFC1459) parser and formatter, built in Rust." description = "An IRC (RFC1459) parser and formatter, built in Rust."
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["Ethan Henderson"] authors = ["Ethan Henderson"]
readme = "README.md" readme = "README.md"

View file

@ -10,7 +10,7 @@ To use the latest stable version of `ircparser`, add it to your Cargo.toml file
```toml ```toml
[dependencies] [dependencies]
ircparser = "^0.1" ircparser = "^0.2"
``` ```
You can also use the latest development version by specifying the following: You can also use the latest development version by specifying the following: