From 5a20f0af6b8b23fbbf2ac0216b8fb2eda6c6ac48 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 10 Jan 2015 08:55:51 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42b06f00..53a0632f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "glutin" -version = "0.0.3-pre" +version = "0.0.4-pre" authors = ["tomaka "] -description = "Cross-plaform OpenGL context provider." +description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment." keywords = ["windowing", "opengl"] license = "Apache-2.0" readme = "README.md"