From d61669c20bfa6a3f774fa4a8dc245b0d353b49e5 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 10 Jan 2015 21:08:07 +0100 Subject: [PATCH] Bump version number --- alsa-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsa-sys/Cargo.toml b/alsa-sys/Cargo.toml index 8e0d14e..01604a2 100644 --- a/alsa-sys/Cargo.toml +++ b/alsa-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "alsa-sys" -version = "0.0.1" +version = "0.0.2" authors = ["Pierre Krieger "] build = "build.rs" description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)"