From 0a3b615d2a05de83a079ffdf6bee8a9b1ea82622 Mon Sep 17 00:00:00 2001 From: Nick Pack Date: Thu, 10 Oct 2013 16:54:25 +0100 Subject: [PATCH] Version bump --- README.md | 4 ++-- component.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e8df6a..9df9823 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -Ribs +Ribs v1.0.7 ============= > Ribs is the evolution of Skeleton, the original author seems to have disappeared and/or lost interest in the project, and my colleagues and I use this an awful lot. ## What's different here? My fork has one significant difference over the original project, that is a full SCSS conversion to make use of more modern technologies and to expose a lot more customisation options quickly and easily. -As time goes by I will gradually extend the available options and build a packaging tool that allows you to select all of your customisations in a graphical way, thinking something along the lines of jQuery themeroller, just a bit more lightweight. +As time goes by, and with enough interest I will gradually extend the available options and build a packaging tool that allows you to select all of your customisations in a graphical way - thinking something along the lines of jQuery themeroller, just a bit more lightweight. ### Some Key Differences * Maintained! diff --git a/component.json b/component.json index 4cddf6c..eebae30 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "Ribs", - "version": "1.0.6", + "version": "1.0.7", "main": "css/Ribs.css", "ignore": [ "**/.*", @@ -11,4 +11,4 @@ "type": "git", "url": "https://github.com/nickpack/Ribs.git" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 02c4c29..5c7557d 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.6", + "version": "1.0.7", "homepage": "https://github.com/nickpack/Ribs", "author": { "name": "Nick Pack", @@ -36,4 +36,4 @@ "grunt-contrib-csslint": "~0.1.1", "grunt-contrib-cssmin": "~0.5.0" } -} \ No newline at end of file +}