From b7e01d877916f07d4232a38a679490c1a477ccbd Mon Sep 17 00:00:00 2001 From: Nick Pack Date: Wed, 7 Aug 2013 13:32:15 +0100 Subject: [PATCH] Version bump, readme --- README.md | 2 ++ component.json | 2 +- package.json | 2 +- src/scss/Ribs.scss | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dacdfa6..3f873b1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ bower install --save ribs ## Build status The project is set up to build and run csslint on Travis: Master: [![Build Status](https://travis-ci.org/nickpack/Ribs.png)](https://travis-ci.org/nickpack/Ribs) + Development: [![Build Status](https://travis-ci.org/nickpack/Ribs.png?branch=develop)](https://travis-ci.org/nickpack/Ribs) ## Building @@ -35,6 +36,7 @@ Then following that, from the root dir of this project, run `npm install` which You should be good to go. ## Changelog +* August 7, 2013 - (v1.0.6) Some additional variables, grid push and pull * July 17, 2013 - (v1.0.5) Some additional variables, some base table styling * July 14, 2013 - (v1.0.4) Removed reset and replaced it with normalize * May 30, 2013 - (v1.0.3) Added 1.5 * font size line heights to headings and paragraphs diff --git a/component.json b/component.json index 53af271..4cddf6c 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "Ribs", - "version": "1.0.5", + "version": "1.0.6", "main": "css/Ribs.css", "ignore": [ "**/.*", diff --git a/package.json b/package.json index 83e8854..02c4c29 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Ribs", "title": "Ribs", "description": "The evolution of Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.", - "version": "1.0.5", + "version": "1.0.6", "homepage": "https://github.com/nickpack/Ribs", "author": { "name": "Nick Pack", diff --git a/src/scss/Ribs.scss b/src/scss/Ribs.scss index 9dca5b7..9e3c352 100644 --- a/src/scss/Ribs.scss +++ b/src/scss/Ribs.scss @@ -4,7 +4,7 @@ * * Ribs is the evolution of Skeleton by Nick Pack * Free to use under the MIT license. -* http://www.opensource.org/licenses/mit-license.php +* http://github.com/nickpack/Ribs */ @import "_variables";