We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 360481a commit 5b48e1aCopy full SHA for 5b48e1a
lib/opal/version.rb
@@ -1,3 +1,3 @@
1
module Opal
2
- VERSION = '0.5.0'
+ VERSION = '0.5.1'
3
end
opal/opal.rb
@@ -41,8 +41,8 @@
41
RUBY_PLATFORM = 'opal'
42
RUBY_ENGINE = 'opal'
43
RUBY_VERSION = '1.9.3'
44
-RUBY_ENGINE_VERSION = '0.4.4'
45
-RUBY_RELEASE_DATE = '2013-08-13'
+RUBY_ENGINE_VERSION = '0.5.1'
+RUBY_RELEASE_DATE = '2013-11-10'
46
47
48
def self.coerce_to(object, type, method)
0 commit comments