From 88f03612b05f093e3f235ced77cf89d3a8fcf846 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 10:29:28 -0800 Subject: [PATCH] fixing all the weird versioning I just had to do --- README.md | 2 +- bower.json | 2 +- css/skeleton.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e908feb48..da830643a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Check out for documentation and details. ## Getting started There are a couple ways to download Skeleton: -- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.5/Skeleton-2.0.5.zip) +- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.4/Skeleton-2.0.4.zip) - Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download) diff --git a/bower.json b/bower.json index 3c2b667bb..1dab01977 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton", - "version": "2.0.5", + "version": "2.0.4", "homepage": "http://getskeleton.com/", "repository": { "type": "git", diff --git a/css/skeleton.css b/css/skeleton.css index 788f22496..f28bf6c59 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -1,5 +1,5 @@ /* -* Skeleton V2.0.5 +* Skeleton V2.0.4 * Copyright 2014, Dave Gamache * www.getskeleton.com * Free to use under the MIT license.