Skip to content

Commit 9ed994a

Browse files
committed
v3.1.1
1 parent 11ffd3b commit 9ed994a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Getting Started
66

7-
This plugin requires Grunt `0.4.x`.
7+
This plugin requires Grunt `>=0.4.x`.
88

99
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1010

@@ -103,6 +103,7 @@ grunt.initConfig({
103103

104104
## Release History
105105

106+
+ v3.1.1: Update grunt version.
106107
+ v3.0.0: Update csscomb.js to v3.0 but `grunt-csscomb` API doesn't change.
107108
+ v2.0.1: Stop searching config if we reach root directory.
108109
+ v2.0.0: Bump up.
@@ -114,4 +115,4 @@ grunt.initConfig({
114115
+ v0.4.0: Move to csscomb's repository.
115116
+ v0.3.0: Fix sort option bug.
116117
+ v0.2.0: Fix bugs.
117-
+ v0.1.0: Release.
118+
+ v0.1.0: Release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-csscomb",
33
"description": "The grunt plugin for sorting CSS properties in specific order.",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"homepage": "https://github.com/csscomb/grunt-csscomb",
66
"author": [
77
{

0 commit comments

Comments
 (0)