diff --git a/Cargo.lock b/Cargo.lock index f887cb9..b1912ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bwavfile" -version = "1.0.0" +version = "1.1.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index c8626cb..5ed401f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "1.0.0" +version = "1.1.0" authors = ["Jamie Hardt "] edition = "2018" license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index a9a858a..0ecb58c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,6 +31,7 @@ Apps we test against: - iZotope RX Audio Editor - FFMpeg - Audacity +- Sound Devices field recorders: 702T, MixPre-10 II [github]: https://github.com/iluvcapra/bwavfile */