diff --git a/CHANGELOG.md b/CHANGELOG.md index 8474056..633694d 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.16.0] 2023-XX-YY + +* TBD + ### [1.15.4] 2023-03-08 PRs 81 and 82 * **Added:** Goad ability symbol ([#101](https://github.com/andrewgioia/mana/issues/101)) diff --git a/README.md b/README.md index 522077b..e116070 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mana v1.15.4 +# Mana v1.16.0 ## The Magic: the Gathering mana symbol font! diff --git a/bower.json b/bower.json index 50a28ec..b940478 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "mana", "homepage": "https://github.com/andrewgioia/mana", - "version": "1.15.4", + "version": "1.16.0", "authors": [ "Andrew Gioia " ], diff --git a/less/variables.less b/less/variables.less index ebe2236..b255c25 100644 --- a/less/variables.less +++ b/less/variables.less @@ -1,6 +1,6 @@ // base variables @ms-font-path: '../fonts'; -@ms-version: '1.15.4'; +@ms-version: '1.16.0'; @ms-font-size-base: 14px; @ms-prefix: ms; @ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif; diff --git a/package.json b/package.json index 51c25f9..822245c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mana-font", - "version": "1.15.4", + "version": "1.16.0", "description": "Magic: the Gathering mana symbol pictographic font", "main": "css/mana.css", "repository": { diff --git a/sass/_variables.scss b/sass/_variables.scss index 7c533db..a07662d 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -1,6 +1,6 @@ // base variables $ms-font-path: '../fonts' !default; -$ms-version: '1.15.4' !default; +$ms-version: '1.16.0' !default; $ms-font-size-base: 14px !default; $ms-prefix: ms !default; $ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;