From 136d3beed117df96364e6537ac467b47136d8541 Mon Sep 17 00:00:00 2001 From: tomaka Date: Wed, 6 Apr 2016 16:34:30 +0200 Subject: [PATCH] Publish 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1434d17..21c58e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.4.9" +version = "0.5.0" authors = ["The glutin contributors, Pierre Krieger "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl"]