summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-26 20:03:15 -0700
committerTom Black <[email protected]>2018-09-26 20:03:15 -0700
commit1eb2f895ee148e48c37b83c097befbe10f9a9a68 (patch)
treeae52d88a9f6041830999389ae1883b84960a3249
parent344016aeab5f24edcb30fdcf23701ba12bc226a9 (diff)
downloadruby2d-1eb2f895ee148e48c37b83c097befbe10f9a9a68.tar.gz
ruby2d-1eb2f895ee148e48c37b83c097befbe10f9a9a68.zip
Update Simple 2D minimum version
-rw-r--r--ext/ruby2d/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb
index 41cba4e..674dc9d 100644
--- a/ext/ruby2d/extconf.rb
+++ b/ext/ruby2d/extconf.rb
@@ -1,6 +1,6 @@
require 'mkmf'
-S2D_VERSION = '1.0.0' # Simple 2D minimum version required
+S2D_VERSION = '1.0.1' # Simple 2D minimum version required
$errors = []
class String