From 6e1d047320bcf3b50174d06aef8a683b43cf1a95 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 20 Dec 2014 18:56:22 +0100 Subject: [PATCH] 0.0.3 -> 0.0.4-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6661051..1369874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.3-pre" +version = "0.0.4-pre" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"