fixing all the weird versioning I just had to do

This commit is contained in:
dhg 2014-12-29 10:29:28 -08:00
parent 0d0adf7b44
commit 88f03612b0
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Check out <http://getskeleton.com> for documentation and details.
## Getting started ## Getting started
There are a couple ways to download Skeleton: 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) - 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)

View File

@ -1,6 +1,6 @@
{ {
"name": "skeleton", "name": "skeleton",
"version": "2.0.5", "version": "2.0.4",
"homepage": "http://getskeleton.com/", "homepage": "http://getskeleton.com/",
"repository": { "repository": {
"type": "git", "type": "git",

2
css/skeleton.css vendored
View File

@ -1,5 +1,5 @@
/* /*
* Skeleton V2.0.5 * Skeleton V2.0.4
* Copyright 2014, Dave Gamache * Copyright 2014, Dave Gamache
* www.getskeleton.com * www.getskeleton.com
* Free to use under the MIT license. * Free to use under the MIT license.