From 1cd69660d825cc8d29f7592be98b13b9b4c78245 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 5 Jan 2016 21:31:23 +0100 Subject: [PATCH] Really bumped to 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27a85b6..685ece1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minifb" -version = "0.2.3" +version = "0.2.4" license = "MIT" authors = ["Daniel Collin "] description = "Cross-platform window setup for bitmap rendering"