Skip to content

Commit 62dc4fe

Browse files
author
Rafael Mendonça França
committed
Prepare to 4.0.2
1 parent 650bec5 commit 62dc4fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.0.2 (Mar 13, 2014)
4+
5+
* Lock sprockets version to <= 2.11.0. Fixes #191.
6+
37
## 4.0.1 (Oct 15, 2013)
48

59
* Remove Post Processors from asset evaluation.

lib/sass/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sass
22
module Rails
3-
VERSION = "4.0.1"
3+
VERSION = "4.0.2"
44
end
55
end

0 commit comments

Comments
 (0)