From 4b4953ba742c57d5e130a2cbb3db53fd63bf1e10 Mon Sep 17 00:00:00 2001 From: maik klein Date: Wed, 14 Dec 2016 23:10:53 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 080f097..8318614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.1.0" +version = "0.1.1" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"