From f0fcc68e5bff91ec889a6bb01c35a12624256a82 Mon Sep 17 00:00:00 2001 From: Kenneth Ormandy Date: Mon, 10 Nov 2014 16:10:35 -0800 Subject: [PATCH] v0.2.1 --- bower.json | 2 +- component.json | 2 +- normalize-opentype.css | 2 +- normalize-opentype.scss | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index fb258b3..38bf653 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-opentype.css", - "version": "0.2.0", + "version": "0.2.1", "homepage": "http://kennethormandy.com/journal/normalize-opentype-css", "authors": [ "Kenneth Ormandy " diff --git a/component.json b/component.json index e25369b..8587b2b 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "normalize-opentype.css", "repo": "kennethormandy/normalize-opentype.css", "description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.", - "version": "0.2.0", + "version": "0.2.1", "keywords": [ "normalize", "type", diff --git a/normalize-opentype.css b/normalize-opentype.css index 1d8164e..ef2db0c 100644 --- a/normalize-opentype.css +++ b/normalize-opentype.css @@ -1,4 +1,4 @@ -/*! normalize-opentype v0.2.0 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ +/*! normalize-opentype v0.2.1 | 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 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals diff --git a/normalize-opentype.scss b/normalize-opentype.scss index 12f02c7..84a1211 100644 --- a/normalize-opentype.scss +++ b/normalize-opentype.scss @@ -1,4 +1,4 @@ -/*! normalize-opentype v0.2.0 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ +/*! normalize-opentype v0.2.1 | 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 81a642c..1ac4393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-opentype", - "version": "0.2.0", + "version": "0.2.1", "description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.", "homepage": "http://kennethormandy.com/journal/normalize-opentype-css", "author": "Kenneth Ormandy ",