Bump up version number to 0.2.0

This commit is contained in:
Dominik Nakamura 2020-12-29 22:11:28 +09:00
parent f9e169999a
commit f626524e85
No known key found for this signature in database
GPG key ID: E4C6A749B2491910
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "obws"
version = "0.1.0"
version = "0.2.0"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2018"
license = "MIT"

View file

@ -19,7 +19,7 @@ Add `obws` to your project with `cargo add obws` (needs [cargo-edit]) or add it
```toml
[dependencies]
obws = "0.1.0"
obws = "0.2.0"
```
In addition, you will need to use the [tokio](https://tokio.rs) runtime (currently `v0.3.x`), to