diff --git a/README.md b/README.md index d528785..a79d831 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Keyrune v1.7.0 +# Keyrune v1.7.1 ## The Magic: the Gathering set symbol font! @@ -58,6 +58,7 @@ Attribution is **greatly appreciated** but not required! * v1.6.1 - Updated EMN with the official high-res source image * v1.6.2 - Added Legendary Cube icon; unfortunately there's no official set code * v1.7.0 - Lots of new sets! Kaladesh, Aether Revolt, Modern Masters 2017, Plancechase Anthology, Commander 2016, and Duel Decks: Nissa v. Ob Nixilis added +* v1.7.1 - Cleaned up icon files to remove any with multiple paths; fixed UNH icon ## Todo diff --git a/bower.json b/bower.json index d858cb1..d29f831 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "keyrune", "homepage": "http://andrewgioia.github.io/Keyrune", - "version": "1.7.0", + "version": "1.7.1", "authors": [ "Andrew Gioia " ], diff --git a/fonts/keyrune.eot b/fonts/keyrune.eot index 0a483e8..218b0cb 100755 Binary files a/fonts/keyrune.eot and b/fonts/keyrune.eot differ diff --git a/fonts/keyrune.svg b/fonts/keyrune.svg index 974a26c..55e366d 100755 --- a/fonts/keyrune.svg +++ b/fonts/keyrune.svg @@ -45,7 +45,7 @@ - + @@ -138,22 +138,22 @@ - + - + - + - + @@ -161,7 +161,7 @@ - + diff --git a/fonts/keyrune.ttf b/fonts/keyrune.ttf index 0afe978..b039ea1 100755 Binary files a/fonts/keyrune.ttf and b/fonts/keyrune.ttf differ diff --git a/fonts/keyrune.woff b/fonts/keyrune.woff index d01e52c..e729592 100755 Binary files a/fonts/keyrune.woff and b/fonts/keyrune.woff differ diff --git a/fonts/keyrune.woff2 b/fonts/keyrune.woff2 index 699fcd6..3f4c4a5 100755 Binary files a/fonts/keyrune.woff2 and b/fonts/keyrune.woff2 differ diff --git a/package.json b/package.json index 4237adb..d49120a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keyrune", "description": "Keyrune", - "version": "1.7.0", + "version": "1.7.1", "author": { "name": "Andrew Gioia", "email": "andrewgioia@gmail.com",