Skip to content

Commit 7c627a6

Browse files
committed
update to libsass 3.3.1
1 parent 017369b commit 7c627a6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 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.3.0](https://github.com/sass/libsass/releases/tag/3.3.0)
9+
[3.3.1](https://github.com/sass/libsass/releases/tag/3.3.1)
1010

1111
## Usage
1212

@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
2525

2626
## Changelog
2727

28+
- **1.8.1**
29+
- Update to Libsass 3.3.1
2830
- **1.8.0**
2931
- Update to Libsass 3.3.0
3032
- **1.8.0.pre2**

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SassC
2-
VERSION = "1.8.0"
2+
VERSION = "1.8.1"
33
end

test/native_test.rb

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

1010
class General < MiniTest::Test
1111
def test_it_reports_the_libsass_version
12-
assert_equal "3.3.0", Native.version
12+
assert_equal "3.3.1", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)