summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-12-12 15:59:33 -0800
committerTom Black <[email protected]>2017-12-12 15:59:33 -0800
commit329122dc753a01d8738c76dcfd1dd5d117452cb2 (patch)
tree395b5f1e2c5c8c5d8068af93f196bf8c0b627439
parent33aa28ca8d4af0fa3cf7aeae952b763eeb4002e4 (diff)
downloadruby2d-329122dc753a01d8738c76dcfd1dd5d117452cb2.tar.gz
ruby2d-329122dc753a01d8738c76dcfd1dd5d117452cb2.zip
Bump version to 0.5.0v0.5.0
-rw-r--r--ext/ruby2d/extconf.rb2
-rw-r--r--lib/ruby2d/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb
index 3027789..3b4d5a9 100644
--- a/ext/ruby2d/extconf.rb
+++ b/ext/ruby2d/extconf.rb
@@ -1,6 +1,6 @@
require 'mkmf'
-S2D_VERSION = '0.7.0' # Simple 2D minimum version required
+S2D_VERSION = '0.8.0' # Simple 2D minimum version required
$errors = []
class String
diff --git a/lib/ruby2d/version.rb b/lib/ruby2d/version.rb
index b2bfeaa..b03c975 100644
--- a/lib/ruby2d/version.rb
+++ b/lib/ruby2d/version.rb
@@ -1,5 +1,5 @@
# version.rb
module Ruby2D
- VERSION = '0.4.2'
+ VERSION = '0.5.0'
end