Skip to content

Commit 869b2ae

Browse files
committed
Bump version to 0.2.0
1 parent cf1dfbe commit 869b2ae

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.0 (2013-06-11)
5+
------------------
66

77
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
88
from `buttons-core.css`.

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

1717

@@ -62,7 +62,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
6262
CDN:
6363

6464
```html
65-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.1.0/pure-min.css">
65+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
6666
```
6767

6868

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

0 commit comments

Comments
 (0)