From 4511ac5b56355357619a28bb30dcfe7f046e29e1 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 16 Nov 2016 08:18:14 +0100 Subject: [PATCH] Publish 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 181f821..c6387b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.4.0" +version = "0.4.1" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"