From 0df7c35058de2a78ee3cee4cc3f323980793a3da Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 23 Mar 2021 07:45:38 +0100 Subject: [PATCH] Wrong version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e3de83..1ac674c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minifb" -version = "0.19.4" +version = "0.19.3" license = "MIT/Apache-2.0" authors = ["Daniel Collin "] description = "Cross-platform window setup with optional bitmap rendering"