Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtheclark committed Dec 9, 2013
1 parent ecc1abc commit a588d36
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### 0.7.1
- Bug fixes.

### 0.7.0
- Updated `scut-list-unstyled` for less aggressive resetting; modified related utilities to fit.
- Updated `scut-fill` for two different filling approaches: all coordinates = 0 or width/height = 100%.
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.coffee
@@ -1,4 +1,4 @@
currentVersion = "0.7.0"
currentVersion = "0.7.1"

path = require "path"

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Scut",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "http://davidtheclark.github.io/scut/",
"authors": [
"David Clark <david.dave.clark@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/_scut.scss
@@ -1,6 +1,6 @@
/*
* Scut, a collection of Sass utilities to ease and improve our implementations of common style-code patterns.
* v0.7.0
* v0.7.1
* Docs at http://davidtheclark.github.io/scut
*/

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/assemble/data.yml
@@ -1,4 +1,4 @@
"version": "0.7.0"
"version": "0.7.1"
github-url: "https://github.com/davidtheclark/scut/blob/v"
github-home: "https://github.com/davidtheclark/scut"
codepen-url: "http://codepen.io/davidtheclark/pen/yCadJ"
Expand Down
2 changes: 1 addition & 1 deletion lib/scut.rb
Expand Up @@ -5,6 +5,6 @@
Compass::Frameworks.register('Scut', :stylesheets_directory => stylesheets_dir)

module Scut
VERSION = "0.7.0"
VERSION = "0.7.1"
DATE = "2013-12-08"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "scut",
"version": "0.7.0",
"version": "0.7.1",
"description": "SCSS utilities",
"keywords": [],
"scripts": {
Expand Down

0 comments on commit a588d36

Please sign in to comment.