We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c2b65 commit 2c2e3fdCopy full SHA for 2c2e3fd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## (Unreleased) ##
+## 1.3.0 - 4/20/2013 ##
2
3
* Adds --require switch for user configuration
4
* Deprecates --compass-with-config config.rb in favor of --compass --require config.rb
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- csscss (1.2.0)
+ csscss (1.3.0)
5
colorize
6
parslet (~> 1.5)
7
lib/csscss/version.rb
@@ -1,3 +1,3 @@
module Csscss
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments