Skip to content

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed May 27, 2014
1 parent dccf790 commit 669182a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pure Change History
===================

NEXT
----
0.5.0 (2014-05-27)
------------------

### Base

Expand Down Expand Up @@ -30,7 +30,7 @@ NEXT
<!--<![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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.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].
Expand Down Expand Up @@ -72,7 +72,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN:

```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:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.5.0-pre",
"version": "0.5.0",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.5.0-pre",
"version": "0.5.0",
"private": true,
"repository": "git://github.com/yui/pure.git",
"scripts": {
Expand Down

0 comments on commit 669182a

Please sign in to comment.