From 5bd292e96487860225679ad4724129a5938982c9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 23 Nov 2020 22:39:08 -0800 Subject: [PATCH] Bumped version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a1fe24..1ae8619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.3" +version = "0.1.4" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 5c4488e..637e056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.3" +version = "0.1.4" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"