Skip to content

Commit c3502ef

Browse files
committed
Bump version to 0.2.1
1 parent f1201de commit c3502ef

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.2.1 (2013-07-17)
5+
------------------
66

77
### Forms
88

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.2.0/pure-min.css">
14+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">
1515
```
1616

1717
Alternatively, you can [customize how you use Pure][customize].
@@ -65,7 +65,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
6565
CDN:
6666

6767
```html
68-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
68+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">
6969
```
7070

7171

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.2.1-pre",
3+
"version": "0.2.1",
44
"devDependencies": {
55
"normalize-css": "1.x"
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.2.1-pre",
3+
"version": "0.2.1",
44
"private": true,
55
"repository": "git://github.com/yui/pure.git",
66
"devDependencies": {

0 commit comments

Comments
 (0)