We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1768e8 commit 6a00d20Copy full SHA for 6a00d20
README.md
@@ -87,6 +87,8 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
87
88
## Changelog
89
90
+- **1.2.1**
91
+ - Bump SassC (and thus LibSass) version
92
- **1.2.0**
93
- [Support sprockets-rails 3](https://github.com/sass/sassc-rails/pull/41)
94
- [Only depend on Railties instead of full Rails](https://github.com/sass/sassc-rails/pull/52)
lib/sassc/rails/version.rb
@@ -1,5 +1,5 @@
1
module SassC
2
module Rails
3
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
4
end
5
0 commit comments