Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtheclark committed Jan 30, 2014
1 parent cdfc871 commit 86d9cc2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,4 +1,5 @@
### 0.9.0
- Documented `scut-reset` so that others might understand.
- Added `$no-margin` variable to list mixins, with the default value `true`.
- Made `scut-font-face`'s argument `$weight` optional.
- Removed inner element from `scut-ratio-box`, as the user can add it herself if she wants it (and she may not want it).
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.coffee
@@ -1,4 +1,4 @@
currentVersion = "0.8.0"
currentVersion = "0.9.0"

path = require "path"

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Scut",
"version": "0.8.0",
"version": "0.9.0",
"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.8.0
* v0.9.0
* 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.8.0"
"version": "0.9.0"
github-url: "https://github.com/davidtheclark/scut/blob/v"
github-home: "https://github.com/davidtheclark/scut"
codepen-url: "http://codepen.io/davidtheclark/pen/FhqGc"
Expand Down
4 changes: 2 additions & 2 deletions lib/scut.rb
Expand Up @@ -5,6 +5,6 @@
Compass::Frameworks.register('Scut', :stylesheets_directory => stylesheets_dir)

module Scut
VERSION = "0.8.0"
DATE = "2013-12-13"
VERSION = "0.9.0"
DATE = "2014-01-29"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "scut",
"version": "0.8.0",
"version": "0.9.0",
"description": "SCSS utilities",
"keywords": [],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scut.gemspec
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.files += Dir.glob("dist/*.*")

# Gems Dependencies
s.add_dependency("sass", [">=3.2.0"])
s.add_runtime_dependency 'sass', '~> 3.2', '>= 3.2.0'
end

0 comments on commit 86d9cc2

Please sign in to comment.