Version bump, readme

This commit is contained in:
Nick Pack 2013-08-07 13:32:15 +01:00
parent aa2f2231f0
commit b7e01d8779
4 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "Ribs",
"version": "1.0.5",
"version": "1.0.6",
"main": "css/Ribs.css",
"ignore": [
"**/.*",

View File

@ -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",

View File

@ -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";