Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8.1
## 0.8.1 2015-10-12

* Use official Sprockets processor cache keys API:
The old cache key hack has been removed.
2 changes: 1 addition & 1 deletion lib/opal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
# WHEN RELEASING:
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/variables.rb too!
VERSION = '0.8.1.rc1'
VERSION = '0.8.1'
end
4 changes: 2 additions & 2 deletions opal/corelib/variables.rb
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '2.1.5'
RUBY_ENGINE_VERSION = '0.8.1.rc1'
RUBY_RELEASE_DATE = '2015-07-16'
RUBY_ENGINE_VERSION = '0.8.1'
RUBY_RELEASE_DATE = '2015-10-12'

0 comments on commit 41010fc

Please sign in to comment.