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 6129cd0 commit d7730fcCopy full SHA for d7730fc
README.md
@@ -85,6 +85,8 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
85
86
## Changelog
87
88
+- **2.1.1**
89
+ - [Fix Scaffolding](https://github.com/sass/sassc-rails/pull/119)
90
- **2.1.0**
91
- [JRuby support](https://github.com/sass/sassc-rails/pull/113)
92
- [SCSS / SASS scaffolding](https://github.com/sass/sassc-rails/pull/112)
lib/sassc/rails/version.rb
@@ -2,6 +2,6 @@
2
3
module SassC
4
module Rails
5
- VERSION = "2.1.0"
+ VERSION = "2.1.1"
6
end
7
0 commit comments