From 3958cd719200c3904b7166033abeafa1a9481953 Mon Sep 17 00:00:00 2001 From: tomaka Date: Mon, 13 Jun 2016 10:34:35 +0200 Subject: [PATCH] Publish 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f3bb61b..9496e861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.5.2" +version = "0.6.0" authors = ["The glutin contributors, Pierre Krieger "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl"]