Skip to content

Commit 9518b88

Browse files
committed
upgrade to libsass 3.3.4
1 parent d9971c5 commit 9518b88

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
2525

2626
## Changelog
2727

28+
- **1.8.5**
29+
- Update to Libsass 3.3.4
2830
- **1.8.4**
2931
- Update to Libsass 3.3.3
3032
- **1.8.3**

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.4"
2+
VERSION = "1.8.5"
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.3", Native.version
12+
assert_equal "3.3.4", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)