From aea92d0f6e5e78382924c4f63841750ea2c849d3 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 19 Apr 2022 19:39:21 +0200 Subject: [PATCH] Correct version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d71d32..58dedc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minifb" -version = "0.24.0" +version = "0.23.0" license = "MIT OR Apache-2.0" authors = ["Daniel Collin "] description = "Cross-platform window setup with optional bitmap rendering"