From 42192fa925b7290c5688a034839bc4b231ab6137 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 28 Feb 2018 18:39:42 -0500 Subject: [PATCH] Major version bump to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53cc315151..d12705b2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "servo-glutin" -version = "0.14.3" +version = "0.15.0" authors = ["The glutin contributors, Pierre Krieger "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl"]