updating files for 0.6.0 release

This commit is contained in:
James Alley 2015-02-23 12:20:56 -08:00
parent d571fa69e2
commit 79fadc84fc
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
```
Note: You can [customize which Pure modules you need][customize].

View File

@ -1,7 +1,7 @@
{
"name": "pure",
"description": "Use Pure's ridiculously tiny CSS to start any web project.",
"version": "0.6.0-rc-1",
"version": "0.6.0",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "^3.0"

View File

@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.6.0-rc-1",
"version": "0.6.0",
"private": true,
"repository": "git://github.com/yahoo/pure.git",
"scripts": {