From 5b7fe93a7a8c7f887eebd69a3c55840752245989 Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 20 Feb 2017 22:10:20 -0800 Subject: [PATCH] bump from v 0.4.0 to 0.5.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b1b5d0560..78de435f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jack" -version = "0.4.0" +version = "0.5.0" authors = ["Will S. Medrano "] description = "Real time audio and midi using safe JACK bindings." documentation = "https://wmedrano.github.io/rust-jack/jack/index.html" diff --git a/README.md b/README.md index 8acc90dbf..05b966246 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Check out the `examples` directory for usage. ### Stable ```toml [dependencies] -jack = "0.4.0" +jack = "0.5.0" ``` ### Master