Skip to content

Commit

Permalink
bump from v 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Feb 21, 2017
1 parent a8989ff commit 5b7fe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jack"
version = "0.4.0"
version = "0.5.0"
authors = ["Will S. Medrano <will.s.medrano@gmail.com>"]
description = "Real time audio and midi using safe JACK bindings."
documentation = "https://wmedrano.github.io/rust-jack/jack/index.html"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check out the `examples` directory for usage.
### Stable
```toml
[dependencies]
jack = "0.4.0"
jack = "0.5.0"
```

### Master
Expand Down

0 comments on commit 5b7fe93

Please sign in to comment.