Skip to content

Commit e49bc1d

Browse files
committed
Bump version to v0.4.0
1 parent 38598ba commit e49bc1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.3.0/pure-min.css">
14+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.0/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.3.0/pure-min.css">
75+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.0/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.3.1-pre",
3+
"version": "0.4.0",
44
"devDependencies": {
55
"normalize-css": "1.1.3"
66
}

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.3.1-pre",
3+
"version": "0.4.0",
44
"private": true,
55
"repository": "git://github.com/yui/pure.git",
66
"scripts": {

0 commit comments

Comments
 (0)