Skip to content

Commit

Permalink
updating files for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalley committed Feb 23, 2015
1 parent d571fa6 commit 79fadc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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].
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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": {
Expand Down

0 comments on commit 79fadc8

Please sign in to comment.