From 497d0a232c9c82f79fb05bfb6e7f84762f1c845f Mon Sep 17 00:00:00 2001 From: Chun-Min Chang Date: Mon, 18 Sep 2023 17:11:20 -0700 Subject: [PATCH] Bump to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e465d3f..8b82b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "audio-mixer" description = "Mixing audio by the input and output channel layout" -version = "0.1.2" +version = "0.1.3" authors = ["Chun-Min Chang "] license = "MPL-2.0" repository = "https://github.com/mozilla/audio-mixer"