diff --git a/CHANGELOG.md b/CHANGELOG.md index 286e2ce..e34917f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. ## Versions +### [1.15.2] 2023-03-04 GUP and GWP classes (@Araneline) + +* **Merged:** ([PR #93](https://github.com/andrewgioia/mana/pull/93)) by @Araneline to add support for the GUP and GWP split phyrexian classes + ### [1.15.1] 2023-03-03 Fabricate * **Fixed:** Fabricate has its own correct symbol now. It had previously been aliased and this got messed up in the last build. diff --git a/README.md b/README.md index 17294fe..bad7474 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mana v1.15.1 +# Mana v1.15.2 ## The Magic: the Gathering mana symbol font! diff --git a/bower.json b/bower.json index a1d489d..7366ec4 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "mana", "homepage": "https://github.com/andrewgioia/mana", - "version": "1.15.1", + "version": "1.15.2", "authors": [ "Andrew Gioia " ], diff --git a/package.json b/package.json index a98ae20..e69cce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mana-font", - "version": "1.15.1", + "version": "1.15.2", "description": "Magic: the Gathering mana symbol pictographic font", "main": "css/mana.css", "repository": {