From fe993591dd0ccc633c66672bea489a1b48c48107 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 20 Nov 2020 19:14:58 -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 f910ff6..8dcf722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.0" +version = "0.1.1" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 8eaee1c..4644fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.0" +version = "0.1.1" authors = ["Jamie Hardt "] edition = "2018" license = "MIT"