From 6ec1a10b5d67b5c8085223aa62a5f63989d8adbc Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 28 Jan 2014 09:57:23 -0800 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- bower.json | 2 +- component.json | 2 +- normalize.css | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fa8b5..81be7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ === HEAD +=== 3.0.0 (January 28, 2014) + === 3.0.0-rc.1 (January 26, 2014) * Explicit tests for each normalization. diff --git a/README.md b/README.md index b1dd825..91dc161 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# normalize.css v2 +# normalize.css v3 Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. diff --git a/bower.json b/bower.json index 1288503..b43cfe2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "3.0.0-rc.1", + "version": "3.0.0", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index ab2a729..b9061e9 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "normalize-css", "repo": "necolas/normalize.css", - "version": "3.0.0-rc.1", + "version": "3.0.0", "styles": ["normalize.css"], "author": "Nicolas Gallagher", "license": "MIT" diff --git a/normalize.css b/normalize.css index a21e378..196d223 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v3.0.0-rc.1 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif.