Skip to content

Commit fa26d32

Browse files
committed
version bump
1 parent 8829072 commit fa26d32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
4848
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
4949

5050
## Changelog
51+
- **1.11.3**
52+
- [Require Sass::Deprecation module](https://github.com/sass/sassc-ruby/pull/68)
5153
- **1.11.2**
5254
- [Update to libsass 3.4.3](https://github.com/sass/sassc-ruby/pull/65)
5355
- **1.11.1**

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

0 commit comments

Comments
 (0)