From bbee77e9229f8e66f21045c2556166e09cf37d60 Mon Sep 17 00:00:00 2001 From: tomaka Date: Sun, 22 Feb 2015 11:51:29 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c16ddf1..4009f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.14" +version = "0.0.15" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"