aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-03-08 10:39:53 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-03-08 10:39:53 +0100
commit277b66a70852661f7eb645e3e216c927eb94dffb (patch)
tree099ba56712f024f6eb2326077a37beca7eaa15fb
parent7154ea5cb07fa33b0820a4c471af51fd7fcf969e (diff)
downloadglutin-277b66a70852661f7eb645e3e216c927eb94dffb.tar.gz
glutin-277b66a70852661f7eb645e3e216c927eb94dffb.zip
Bump version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 086d425..c228f83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "glutin"
-version = "0.0.6"
+version = "0.0.7"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment."
keywords = ["windowing", "opengl"]