summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 0689543..cfb741e 100644
--- a/ext/ruby2d/extconf.rb
+++ b/ext/ruby2d/extconf.rb
@@ -1,7 +1,7 @@
require 'mkmf'
require_relative '../../lib/ruby2d/cli/colorize'
-S2D_VERSION = '1.1.0' # Simple 2D minimum version required
+S2D_VERSION = '1.2.0' # Simple 2D minimum version required
$errors = [] # Holds errors
# Set the OS platform
diff --git a/lib/ruby2d/version.rb b/lib/ruby2d/version.rb
index bce3f2c..5ac2148 100644
--- a/lib/ruby2d/version.rb
+++ b/lib/ruby2d/version.rb
@@ -1,5 +1,5 @@
# Ruby2D::VERSION
module Ruby2D
- VERSION = '0.9.3'
+ VERSION = '0.9.4'
end