From 79c14c51c591fc0f76e97aaf7633e469b954f569 Mon Sep 17 00:00:00 2001 From: shivshank Date: Sat, 28 Jul 2018 16:59:22 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4271024..6cbf230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mini_gl_fb" -version = "0.3.2" +version = "0.4.0" authors = ["shivshank"] description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"