From 99e5d6fe29479c41b49495be4d00b8e7f825bbfb Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 22 Nov 2020 21:20:23 -0800 Subject: [PATCH] Nudging version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b439d1c..12e1441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.2" +version = "0.1.3" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index fd56b10..0e663da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.2" +version = "0.1.3" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"