From e14bcd8c7676eb983ba49445e96e3babf05af33e Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 1 Jan 2021 12:26:16 -0800 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4da1bf3..a8f99dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.9.1" +version = "0.9.2" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 93ed821..6e53999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.9.1" +version = "0.9.2" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"