From 43eff2bf4547ce0c23df718d0b692b3d7c7315d5 Mon Sep 17 00:00:00 2001 From: Aske Simon Christensen Date: Tue, 9 Apr 2019 23:01:07 +0200 Subject: [PATCH] Bump version to 0.1.0 prior to breaking API change. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!