Skip to content

Commit 6a00d20

Browse files
committed
version bump
1 parent e1768e8 commit 6a00d20

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
@@ -87,6 +87,8 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
8787

8888
## Changelog
8989

90+
- **1.2.1**
91+
- Bump SassC (and thus LibSass) version
9092
- **1.2.0**
9193
- [Support sprockets-rails 3](https://github.com/sass/sassc-rails/pull/41)
9294
- [Only depend on Railties instead of full Rails](https://github.com/sass/sassc-rails/pull/52)

lib/sassc/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SassC
22
module Rails
3-
VERSION = "1.2.0"
3+
VERSION = "1.2.1"
44
end
55
end

0 commit comments

Comments
 (0)