From 994782f372dda6044d2a85d48f1f1ee5f48c0e11 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 20 Aug 2012 10:50:37 +0100 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 2 +- README.md | 4 ++-- component.json | 4 ++-- normalize.css | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e68e763..e8a6349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -== HEAD +== 2.0.1 (August 20, 2012) * Remove stray IE 6/7 `inline-block` hack from HTML5 display settings. diff --git a/README.md b/README.md index a5b59af..82f9f5d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# normalize.css v2.0.0 +# normalize.css v2.0.1 Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing. -[Check out the demo](http://necolas.github.com/normalize.css/2.0.0/test.html) +[Check out the demo](http://necolas.github.com/normalize.css/2.0.1/test.html) ## What does it do? diff --git a/component.json b/component.json index fe3e79f..80fae5c 100644 --- a/component.json +++ b/component.json @@ -1,8 +1,8 @@ { "name": "normalize-css", - "version": "2.0.0", + "version": "2.0.1", "author": "Nicolas Gallagher", - "homepage": "http://necolas.github.com/normalize.css", + "homepage": "http://necolas.github.com/normalize.css/", "repository": { "type": "git", "url": "https://github.com/necolas/normalize.css.git" diff --git a/normalize.css b/normalize.css index d8972ae..57b5d26 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v2.0.0 | MIT License | git.io/normalize */ +/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions