Skip to content

Commit d86b54f

Browse files
committed
Bump version to 0.9.1
1 parent 59288d6 commit d86b54f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Whitespace conventions:
2222

2323

2424

25-
## [0.10.0] - 2016-11-19
25+
## [0.9.1] - 2016-11-25
2626

2727

2828
### Added
@@ -154,7 +154,8 @@ Whitespace conventions:
154154

155155

156156

157-
[0.10.0]: https://github.com/opal/opal-rails/compare/v0.9.0...HEAD
157+
[Unreleased]: https://github.com/opal/opal-rails/compare/v0.9.1...HEAD
158+
[0.9.1]: https://github.com/opal/opal-rails/compare/v0.9.0...v0.9.1
158159
[0.9.0]: https://github.com/opal/opal-rails/compare/v0.8.1...v0.9.0
159160
[0.8.1]: https://github.com/opal/opal-rails/compare/v0.8.0...v0.8.1
160161
[0.8.0]: https://github.com/opal/opal-rails/compare/v0.7.0...v0.8.0

lib/opal/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module Rails
3-
VERSION = '0.9.0'
3+
VERSION = '0.9.1'
44
end
55
end

0 commit comments

Comments
 (0)