diff options
| author | Tom Black <[email protected]> | 2017-06-05 18:03:13 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-06-05 18:03:13 -0400 |
| commit | 7f6b169daf61d08f57dce62bcb539f04b10b4414 (patch) | |
| tree | 1361d5e32882103cb76c19da6bc3733a772f3f9d | |
| parent | 20e593a00d41b81a8b0aea11a691f2d9978de371 (diff) | |
| download | ruby2d-7f6b169daf61d08f57dce62bcb539f04b10b4414.tar.gz ruby2d-7f6b169daf61d08f57dce62bcb539f04b10b4414.zip | |
Bump version to 0.4.0v0.4.0
| -rw-r--r-- | ext/ruby2d/extconf.rb | 2 | ||||
| -rw-r--r-- | 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 |
