From 7f6b169daf61d08f57dce62bcb539f04b10b4414 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Mon, 5 Jun 2017 18:03:13 -0400 Subject: Bump version to 0.4.0 --- ext/ruby2d/extconf.rb | 2 +- lib/ruby2d/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb index 1c3138e..a990f25 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.5.1' # Simple 2D minimum version required +S2D_VERSION = '0.6.0' # Simple 2D minimum version required $errors = [] class String diff --git a/lib/ruby2d/version.rb b/lib/ruby2d/version.rb index 79e6131..41937d2 100644 --- a/lib/ruby2d/version.rb +++ b/lib/ruby2d/version.rb @@ -1,5 +1,5 @@ # version.rb module Ruby2D - VERSION = '0.3.0' + VERSION = '0.4.0' end -- cgit v1.2.3