Skip to content

Commit 6a50792

Browse files
committedNov 25, 2013
v0.5.5
1 parent 2eebb87 commit 6a50792

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.4'
2+
VERSION = '0.5.5'
33
end

‎opal/opal.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
RUBY_PLATFORM = 'opal'
4949
RUBY_ENGINE = 'opal'
5050
RUBY_VERSION = '1.9.3'
51-
RUBY_ENGINE_VERSION = '0.5.4'
52-
RUBY_RELEASE_DATE = '2013-11-20'
51+
RUBY_ENGINE_VERSION = '0.5.5'
52+
RUBY_RELEASE_DATE = '2013-11-25'

0 commit comments

Comments
 (0)
Please sign in to comment.