diff --git a/Cargo.toml b/Cargo.toml index 35ba55cf..49a01bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vst" -version = "0.0.2" +version = "0.1.0" authors = [ "Marko Mijalkovic ", "Boscop", diff --git a/README.md b/README.md index dfcb7a80..233f8bcb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ include the crate directly from the official [Github repository](https://github. ```toml # get from crates.io. -vst = "*" +vst = "0.1.0" ``` ```toml # get directly from Github. This might be unstable!