From 869b2ae90e0c96de7036bfa6f51ddb99f645875b Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Tue, 11 Jun 2013 18:33:44 -0400 Subject: [PATCH] Bump version to 0.2.0 --- HISTORY.md | 4 ++-- README.md | 4 ++-- bower.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6a3aec5..8fdc5e6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ Pure Change History =================== -NEXT ----- +0.2.0 (2013-06-11) +------------------ * (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule from `buttons-core.css`. diff --git a/README.md b/README.md index f5ac85f..ec2a5e7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project. **Use From the CDN:** ```html - + ``` @@ -62,7 +62,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's CDN: ```html - + ``` diff --git a/bower.json b/bower.json index 6792921..7ac04ab 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pure", - "version": "0.1.1-pre", + "version": "0.2.0", "devDependencies": { "normalize-css": "1.x" } diff --git a/package.json b/package.json index b234a74..8da9c67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pure", - "version": "0.1.1-pre", + "version": "0.2.0", "private": true, "repository": "git://github.com/yui/pure.git", "devDependencies": {