diff --git a/CHANGELOG.md b/CHANGELOG.md index 9455b24..2d38571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ == HEAD +== 1.1.2 (May 11, 2013) + * Revert root `color` and `background` normalizations. == 1.1.1 (April 8, 2013) diff --git a/README.md b/README.md index 083886a..8716729 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# normalize.css v1.1.1 +# normalize.css v1 Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the diff --git a/bower.json b/bower.json index 62446aa..b882800 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "1.1.1", + "version": "1.1.2", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index 52c3391..0158d2e 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "1.1.1", + "version": "1.1.2", "styles": ["normalize.css"], "author": "Nicolas Gallagher" } diff --git a/normalize.css b/normalize.css index 352efad..6e8e42d 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v1.1.1 | MIT License | git.io/normalize */ +/*! normalize.css v1.1.2 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions