Bump version to v0.5.0

This commit is contained in:
Eric Ferraiuolo 2014-05-27 14:17:03 -07:00
parent dccf7907e6
commit 669182a166
4 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
Pure Change History Pure Change History
=================== ===================
NEXT 0.5.0 (2014-05-27)
---- ------------------
### Base ### Base
@ -30,7 +30,7 @@ NEXT
<!--<![endif]--> <!--<![endif]-->
``` ```
Find out more about the new grid system at <http://stage.purecss.io/grids/>. Find out more about the new grid system at <http://purecss.io/grids/>.
### Tables ### Tables

View File

@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:** **Use From the CDN:**
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
``` ```
Note: You can [customize which Pure modules you need][customize]. Note: You can [customize which Pure modules you need][customize].
@ -72,7 +72,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN: CDN:
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
``` ```
You can also install Pure using [Bower][], using the following command: You can also install Pure using [Bower][], using the following command:

View File

@ -1,6 +1,6 @@
{ {
"name": "pure", "name": "pure",
"version": "0.5.0-pre", "version": "0.5.0",
"main": "build/pure.css", "main": "build/pure.css",
"devDependencies": { "devDependencies": {
"normalize-css": "1.1.3" "normalize-css": "1.1.3"

View File

@ -1,6 +1,6 @@
{ {
"name": "pure", "name": "pure",
"version": "0.5.0-pre", "version": "0.5.0",
"private": true, "private": true,
"repository": "git://github.com/yui/pure.git", "repository": "git://github.com/yui/pure.git",
"scripts": { "scripts": {