diff --git a/Cargo.lock b/Cargo.lock index f910ff6..8dcf722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.0" +version = "0.1.1" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 8eaee1c..4644fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.0" +version = "0.1.1" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"