diff --git a/bower.json b/bower.json index 58513a2..b8c15ea 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "normalize-opentype.css", - "version": "0.1.3", + "version": "0.1.4", "homepage": "http://kennethormandy.com/journal/normalize-opentype-css", "authors": [ "Kenneth Ormandy " ], - "description": "Add sound OpenType defaults to Normalize.css", + "description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.", "main": "normalize-opentype.css", "keywords": [ "normalize", diff --git a/component.json b/component.json index dbd10cb..26acf38 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "normalize-opentype.css", "repo": "kennethormandy/normalize-opentype.css", "description": "Add sound OpenType defaults to Normalize.css", - "version": "0.1.3", + "version": "0.1.4", "keywords": [ "normalize", "type", diff --git a/normalize-opentype.scss b/normalize-opentype.scss index b3f75c4..67c17cd 100644 --- a/normalize-opentype.scss +++ b/normalize-opentype.scss @@ -1,4 +1,4 @@ -/*! normalize-opentype v0.1.3 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ +/*! normalize-opentype v0.1.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ /** * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix diff --git a/package.json b/package.json index 599d764..9fd5134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-opentype", - "version": "0.1.3", + "version": "0.1.4", "description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.", "homepage": "http://kennethormandy.com/journal/normalize-opentype-css", "author": "Kenneth Ormandy ",