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