diff --git a/README.md b/README.md index daa0f4c..565d6df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mana v1.3.1 +# Mana v1.3.2 ## The Magic: the Gathering mana symbol font! @@ -54,6 +54,7 @@ Attribution is **greatly appreciated** but not required! ## Changelog +* v1.3.2 - incrementing for new npm publish and jsDelivr note; fixed docs * v1.3.1 - fixed class name issue for 1,000,000 symbol * v1.3.0 - added Guild and Clan symbols * v1.2.0 - added DFC symbols for the Origins planeswalkers (ignite and spark) and the Eldritch Moon meld cards (emrakul and moon) diff --git a/bower.json b/bower.json index 1fb86db..2de6c1d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "mana", "homepage": "https://github.com/andrewgioia/Mana", - "version": "1.3.0", + "version": "1.3.2", "authors": [ "Andrew Gioia " ], diff --git a/package.json b/package.json index 42e42e5..2c59676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mana-font", - "version": "1.3.0", + "version": "1.3.2", "description": "Magic: the Gathering mana symbol pictographic font", "main": "css/mana.css", "repository": {