Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 10, 2013
1 parent 360481a commit 5b48e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/opal/version.rb
@@ -1,3 +1,3 @@
module Opal
VERSION = '0.5.0'
VERSION = '0.5.1'
end
4 changes: 2 additions & 2 deletions opal/opal.rb
Expand Up @@ -41,8 +41,8 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '1.9.3'
RUBY_ENGINE_VERSION = '0.4.4'
RUBY_RELEASE_DATE = '2013-08-13'
RUBY_ENGINE_VERSION = '0.5.1'
RUBY_RELEASE_DATE = '2013-11-10'

module Opal
def self.coerce_to(object, type, method)
Expand Down

0 comments on commit 5b48e1a

Please sign in to comment.