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.