diff options
| author | Tom Black <[email protected]> | 2017-03-08 01:21:41 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-03-08 01:21:41 -0500 |
| commit | c1ecec97582086fed5994390d4dca9df6ea5526a (patch) | |
| tree | b0c9e0e2c62fe3d4d178c2edb6b81afaaa7c518d | |
| parent | da3407a3fd63ffb93b800a0c21ae85066330c0ee (diff) | |
| download | ruby2d-c1ecec97582086fed5994390d4dca9df6ea5526a.tar.gz ruby2d-c1ecec97582086fed5994390d4dca9df6ea5526a.zip | |
Bump version to 0.3.0v0.3.0
And Simple 2D version to 0.5.1
| -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 9e3c091..4989961 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.4.1' # Simple 2D minimum version required +S2D_VERSION = '0.5.1' # Simple 2D minimum version required $errors = [] class String diff --git a/lib/ruby2d/version.rb b/lib/ruby2d/version.rb index eede3ba..79e6131 100644 --- a/lib/ruby2d/version.rb +++ b/lib/ruby2d/version.rb @@ -1,5 +1,5 @@ # version.rb module Ruby2D - VERSION = '0.2.1' + VERSION = '0.3.0' end |
