We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5c5fc commit e2bb6e2Copy full SHA for e2bb6e2
lib/opal/version.rb
@@ -1,3 +1,3 @@
1
module Opal
2
- VERSION = '0.5.2'
+ VERSION = '0.5.3'
3
end
opal/opal.rb
@@ -48,5 +48,5 @@
48
RUBY_PLATFORM = 'opal'
49
RUBY_ENGINE = 'opal'
50
RUBY_VERSION = '2.0.0'
51
-RUBY_ENGINE_VERSION = '0.5.2'
52
-RUBY_RELEASE_DATE = '2013-11-11'
+RUBY_ENGINE_VERSION = '0.5.3'
+RUBY_RELEASE_DATE = '2013-11-20'
0 commit comments