Skip to content

Commit 37e5173

Browse files
authored
Merge pull request #130 from glebm/update-to-head
Update libsass to 3.6.1
2 parents 105d691 + f8fc1c2 commit 37e5173

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi
66

77
### libsass Version
88

9-
[3.6.0](https://github.com/sass/libsass/releases/3.6.0)
9+
[3.6.1](https://github.com/sass/libsass/releases/3.6.1)
1010

1111
## Installation
1212

test/native_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module NativeTest
1111

1212
class General < MiniTest::Test
1313
def test_it_reports_the_libsass_version
14-
assert_equal "3.6.0", Native.version
14+
assert_equal "3.6.1", Native.version
1515
end
1616
end
1717

0 commit comments

Comments
 (0)