diff --git a/Cargo.toml b/Cargo.toml index 3599f35..20d0d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mini_gl_fb" -version = "0.2.5" +version = "0.3.0" authors = ["shivshank"] description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"