Skip to content

Commit 96a2188

Browse files
committed
Bump version
1 parent bb52ff9 commit 96a2188

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/opal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
# WHEN RELEASING:
33
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
4-
VERSION = '0.10.3'
4+
VERSION = '0.10.4'
55
end

opal/corelib/constants.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RUBY_PLATFORM = 'opal'
22
RUBY_ENGINE = 'opal'
3-
RUBY_VERSION = '2.2.5'
4-
RUBY_ENGINE_VERSION = '0.10.3'
5-
RUBY_RELEASE_DATE = '2016-10-31'
3+
RUBY_VERSION = '2.2.6'
4+
RUBY_ENGINE_VERSION = '0.10.4'
5+
RUBY_RELEASE_DATE = '2017-05-06'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
88
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'

0 commit comments

Comments
 (0)