Update to version 1.1

This commit is contained in:
Jamie Hardt
2021-09-28 13:46:34 -07:00
parent 468ed12304
commit a8bb5e8c8e
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -28,7 +28,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bwavfile"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"byteorder",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "bwavfile"
version = "1.0.0"
version = "1.1.0"
authors = ["Jamie Hardt <jamiehardt@me.com>"]
edition = "2018"
license = "MIT"

View File

@@ -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
*/