We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb91c5e commit ccc7ddbCopy full SHA for ccc7ddb
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## (Unreleased) ##
+## 1.1.0 - 4/12/2013 ##
2
3
* Fixes bug where CLI --no-color wasn't respected
4
* Added ruby version requirement for >= 1.9
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- csscss (1.0.0)
+ csscss (1.1.0)
5
colorize
6
parslet (~> 1.5)
7
lib/csscss/version.rb
@@ -1,3 +1,3 @@
module Csscss
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
0 commit comments