Skip to content

Commit

Permalink
Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Jan 29, 2014
1 parent 6384a9e commit 407ee9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Toolkit

## v2.0.0.alpha.7
### January 29, 2014

* **Fix** Intrinsic Ratio variable names, cause `$ration` !== `$ratio`
* **New** Bulletproof Vertical Center based on [Sebastian Keström's `transform`](http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/) technique

## v2.0.0.alpha.3
### January 14, 2014

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-toolkit",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"main": "compass/stylesheets/_toolkit.scss",
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions compass/toolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Gem::Specification.new do |s|
# General Project Information
s.name = "toolkit"
s.version = "2.0.0.alpha.6"
s.date = "2014-01-26"
s.version = "2.0.0.alpha.7"
s.date = "2014-01-29"
s.rubyforge_project = "toolkit"
s.rubygems_version = "1.7.2"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2")
Expand Down

0 comments on commit 407ee9b

Please sign in to comment.