diff --git a/Cargo.toml b/Cargo.toml index 551eafa4..a0395acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vst" -version = "0.1.0" +version = "0.2.0" authors = [ "Marko Mijalkovic ", "Boscop", diff --git a/README.md b/README.md index 7def33d8..42f2dff3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ include the crate directly from the official [Github repository](https://github. ```toml # get from crates.io. -vst = "0.1.0" +vst = "0.2.0" ``` ```toml # get directly from Github. This might be unstable!