diff --git a/README.md b/README.md index 2e9adec..e53bff2 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Then following that, from the root dir of this project, run `npm install` which You should be good to go. ## Changelog +* July 14, 2013 - (v1.0.4) Removed reset and replaced it with normalize * May 30, 2013 - (v1.0.3) Added 1.5 * font size line heights to headings and paragraphs * May 28, 2013 - Rename project to Ribs * May 17, 2013 - (v1.0.2) Travis CI build configuration, and minor refactor to remove as many of the warnings from CSSLint as was feasible to do - MAY CAUSE REGRESSIONS. diff --git a/component.json b/component.json index a44cc4f..5207169 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "Ribs", - "version": "1.0.3", + "version": "1.0.4", "main": "css/Ribs.css", "ignore": [ "**/.*", diff --git a/index.html b/index.html index 1bed76b..3e6c15d 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@

Ribs

-
Version 1.0.3
+
Version 1.0.4