From 56430692755c62a48791d1fd95003188082021f9 Mon Sep 17 00:00:00 2001 From: Aske Simon Christensen Date: Thu, 21 Nov 2019 21:35:42 +0100 Subject: [PATCH] Update version to 0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!