Bump up version to 0.3.0

merge-requests/7/merge
T. Okubo 2018-06-10 20:14:55 +09:00
parent faf6fa7323
commit 43d6f46d34
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vlc-rs"
version = "0.2.0"
version = "0.3.0"
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
description = "Rust bindings for libVLC media framework."

View File

@ -9,7 +9,7 @@ Please add the following dependencies to your Cargo.toml.
```Toml
[dependencies]
vlc-rs = "0.2"
vlc-rs = "0.3"
```
Or: