From cca334291f14f8044c58fc8b46ea58a8dad25bae Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Fri, 5 Jul 2013 21:26:37 -0700 Subject: [PATCH] Version 0.4.1 Also fix the date. --- glfw3.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glfw3.gemspec b/glfw3.gemspec index 64ec596..104b064 100644 --- a/glfw3.gemspec +++ b/glfw3.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new { |s| s.name = 'glfw3' - s.version = '0.4.0' - s.date = '2013-06-21' + s.version = '0.4.1' + s.date = '2013-07-05' s.summary = 'GLFW3' s.description = 'GLFW 3 bindings for Ruby 2.x' s.authors = [ 'Noel Raymond Cower' ]