diff --git a/Cargo.toml b/Cargo.toml index bf3dc3f..ce6f291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vlc-rs" -version = "0.2.0" +version = "0.3.0" authors = ["T. Okubo "] description = "Rust bindings for libVLC media framework." diff --git a/README.md b/README.md index 312c17a..30f1e90 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please add the following dependencies to your Cargo.toml. ```Toml [dependencies] -vlc-rs = "0.2" +vlc-rs = "0.3" ``` Or: