Skip to content

Commit 5b48e1a

Browse files
committedNov 10, 2013
v0.5.1
1 parent 360481a commit 5b48e1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎lib/opal/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Opal
2-
VERSION = '0.5.0'
2+
VERSION = '0.5.1'
33
end

‎opal/opal.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
RUBY_PLATFORM = 'opal'
4242
RUBY_ENGINE = 'opal'
4343
RUBY_VERSION = '1.9.3'
44-
RUBY_ENGINE_VERSION = '0.4.4'
45-
RUBY_RELEASE_DATE = '2013-08-13'
44+
RUBY_ENGINE_VERSION = '0.5.1'
45+
RUBY_RELEASE_DATE = '2013-11-10'
4646

4747
module Opal
4848
def self.coerce_to(object, type, method)

0 commit comments

Comments
 (0)
Please sign in to comment.