Bump up version number to 0.2.0

pull/1/head v0.2.0
Dominik Nakamura 3 years ago
parent f9e169999a
commit f626524e85
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -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"

@ -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

Loading…
Cancel
Save