Skip to content

Commit e393a52

Browse files
committed
Update HISTORY and README for 0.4.1, the new 0.4.0
1 parent 828ff53 commit e393a52

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NEXT
77

88

99

10-
0.4.0 (2014-02-06)
10+
0.4.1 (2014-02-06)
1111
------------------
1212

1313
### Base
@@ -75,6 +75,12 @@ NEXT
7575
[Rework]: https://github.com/visionmedia/rework
7676

7777

78+
0.4.0 (2014-02-06)
79+
------------------
80+
81+
* __[!]__ Corrupted release build, use `0.4.1`.
82+
83+
7884
0.3.0 (2013-09-09)
7985
------------------
8086

README.md

Lines changed: 3 additions & 3 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.0/pure-min.css">
14+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.1/pure-min.css">
1515
```
1616

1717
Note: You can [customize which Pure modules you need][customize].
@@ -55,7 +55,7 @@ of all the CSS work that every site needs, without making it look cookie-cutter:
5555

5656
* Easy one-click customization with the [Skin Builder][].
5757

58-
* Extremely small file size: **4.4KB minified + gzip**.
58+
* Extremely small file size: **4.5KB minified + gzip**.
5959

6060

6161
[Normalize.css]: http://necolas.github.io/normalize.css/
@@ -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.0/pure-min.css">
75+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.1/pure-min.css">
7676
```
7777

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

0 commit comments

Comments
 (0)