From ac966f9a40179013a422e97ffc8eafc70a53e31b Mon Sep 17 00:00:00 2001 From: shivshank Date: Sat, 25 Aug 2018 16:08:48 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ec7b50..561eb7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mini_gl_fb" -version = "0.5.0" +version = "0.5.1" authors = ["shivshank"] description = "Quick and easy window creation, input, and high speed bitmap rendering" repository = "https://github.com/shivshank/mini_gl_fb"