diff --git a/README.md b/README.md index c73745c..37084d6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A set of small, responsive CSS modules that you can use in every web project. **Use From the CDN:** ```html - + ``` Note: You can [customize which Pure modules you need][customize]. diff --git a/bower.json b/bower.json index 607ae85..c1e0485 100644 --- a/bower.json +++ b/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" diff --git a/package.json b/package.json index 5100fbc..edae76a 100644 --- a/package.json +++ b/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": {