From 7e1c3688627371a18bee9ebd6e1a4bb755a92437 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 2 Dec 2020 21:45:40 -0800 Subject: [PATCH] Nudged version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d5c112..1c94e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.5" +version = "0.1.6" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index beba134..760cccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.5" +version = "0.1.6" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"