diff --git a/Cargo.toml b/Cargo.toml
index 088546b..bf3dc3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "vlc-rs"
-version = "0.1.0"
+version = "0.2.0"
 authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
 
 description = "Rust bindings for libVLC media framework."
diff --git a/README.md b/README.md
index 223e1f8..312c17a 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,13 @@ Many missing functions and wrappers.
 ## Use
 Please add the following dependencies to your Cargo.toml.
 
+```Toml
+[dependencies]
+vlc-rs = "0.2"
+```
+
+Or:
+
 ```Toml
 [dependencies.vlc-rs]
 git = "https://github.com/garkimasera/vlc-rs.git"