Skip to content

Commit a29105b

Browse files
committed
version bump
1 parent cf68fdd commit a29105b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.4.0](https://github.com/sass/libsass/releases/tag/3.4.0)
9+
[3.4.1](https://github.com/sass/libsass/releases/tag/3.4.1)
1010

1111
## Installation
1212

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

5050
## Changelog
5151

52+
- **1.11.1**
53+
- [Update to libsass 3.4.1](https://github.com/sass/sassc-ruby/pull/61)
5254
- **1.11.0**
5355
- [Add support for lists in functions](https://github.com/sass/sassc-ruby/pull/55)
5456
- [Update to libsass 3.4.0](https://github.com/sass/sassc-ruby/pull/57)

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.11.0"
2+
VERSION = "1.11.1"
33
end

0 commit comments

Comments
 (0)