Skip to content

Commit 6edfd40

Browse files
author
Rafael Mendonça França
committed
Release 4.0.5
1 parent 2dc4287 commit 6edfd40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.0.5 (Nov 25, 2014)
4+
5+
* Make possible to use sprockets 2.12.
6+
37
## 4.0.4 (Oct 29, 2014)
48

59
* Make possible to use any sprockets version in the 2.11 series.

lib/sass/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sass
22
module Rails
3-
VERSION = "4.0.4"
3+
VERSION = "4.0.5"
44
end
55
end

0 commit comments

Comments
 (0)