diff --git a/Cargo.lock b/Cargo.lock index 1ae8619..3d5c112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.4" +version = "0.1.5" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 637e056..f5672ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.4" +version = "0.1.5" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"