From 0ec51b2969819155ddcfb8736875926fe046d5cc Mon Sep 17 00:00:00 2001 From: shivshank Date: Fri, 27 Jul 2018 22:56:19 -0400 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd3843e..4271024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mini_gl_fb" -version = "0.3.1" +version = "0.3.2" authors = ["shivshank"] description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"