Skip to content

Commit 14cfcbd

Browse files
committed
Bump version to v0.4.2
1 parent bb42106 commit 14cfcbd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pure Change History
22
===================
33

4-
NEXT
5-
----
4+
0.4.2 (2014-02-13)
5+
------------------
66

77
* Added `main` to Pure's `bower.json` file to allow easier integration with
88
build processes and tooling. ([#286][] @stevenvachon)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
1111
**Use From the CDN:**
1212

1313
```html
14-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.1/pure-min.css">
14+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
1515
```
1616

1717
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
7272
CDN:
7373

7474
```html
75-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.1/pure-min.css">
75+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
7676
```
7777

7878
You can also install Pure using [Bower][], using the following command:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure",
3-
"version": "0.4.2-pre",
3+
"version": "0.4.2",
44
"main": "build/pure.css",
55
"devDependencies": {
66
"normalize-css": "1.1.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure",
3-
"version": "0.4.2-pre",
3+
"version": "0.4.2",
44
"private": true,
55
"repository": "git://github.com/yui/pure.git",
66
"scripts": {

0 commit comments

Comments
 (0)