Skip to content

Commit

Permalink
Bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Feb 14, 2014
1 parent bb42106 commit 14cfcbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
@@ -1,8 +1,8 @@
Pure Change History
===================

NEXT
----
0.4.2 (2014-02-13)
------------------

* Added `main` to Pure's `bower.json` file to allow easier integration with
build processes and tooling. ([#286][] @stevenvachon)
Expand Down
4 changes: 2 additions & 2 deletions README.md
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.1/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/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.1/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
```

You can also install Pure using [Bower][], using the following command:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.4.2-pre",
"version": "0.4.2",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.4.2-pre",
"version": "0.4.2",
"private": true,
"repository": "git://github.com/yui/pure.git",
"scripts": {
Expand Down

0 comments on commit 14cfcbd

Please sign in to comment.