Bump version to 0.2.0

This commit is contained in:
Eric Ferraiuolo 2013-06-11 18:33:44 -04:00
parent cf1dfbec6e
commit 869b2ae90e
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
Pure Change History Pure Change History
=================== ===================
NEXT 0.2.0 (2013-06-11)
---- ------------------
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule * (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
from `buttons-core.css`. from `buttons-core.css`.

View File

@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:** **Use From the CDN:**
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.1.0/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
``` ```
@ -62,7 +62,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN: CDN:
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.1.0/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
``` ```

View File

@ -1,6 +1,6 @@
{ {
"name": "pure", "name": "pure",
"version": "0.1.1-pre", "version": "0.2.0",
"devDependencies": { "devDependencies": {
"normalize-css": "1.x" "normalize-css": "1.x"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "pure", "name": "pure",
"version": "0.1.1-pre", "version": "0.2.0",
"private": true, "private": true,
"repository": "git://github.com/yui/pure.git", "repository": "git://github.com/yui/pure.git",
"devDependencies": { "devDependencies": {