From 7a079dc7c60ce76b485424eac649c0753e244ce2 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 29 Jan 2015 15:06:54 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0247aa2..34d3b61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.11-pre" +version = "0.0.12-pre" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"