Skip to content

Commit e6ed0d7

Browse files
committed
Release v0.11.2
1 parent 6dea3df commit e6ed0d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Whitespace conventions:
2121

2222

2323

24-
## [0.11.2](https://github.com/opal/opal/compare/v0.11.1...v0.11.2) - 2018-08-22
24+
## [0.11.2](https://github.com/opal/opal/compare/v0.11.1...v0.11.2) - 2018-08-24
2525

2626

2727
### Fixed

lib/opal/version.rb

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

opal/corelib/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
RUBY_ENGINE = 'opal'
33
RUBY_VERSION = '2.4.0'
44
RUBY_ENGINE_VERSION = '0.11.2'
5-
RUBY_RELEASE_DATE = '2018-08-22'
5+
RUBY_RELEASE_DATE = '2018-08-24'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
88
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'

0 commit comments

Comments
 (0)