Increment to 1.16.0

This commit is contained in:
Andrew Gioia 2023-03-09 16:37:46 -05:00
parent 2a146f95f5
commit 13bbd55ef2
No known key found for this signature in database
GPG Key ID: FC09694A000800C8
6 changed files with 9 additions and 5 deletions

View File

@ -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))

View File

@ -1,4 +1,4 @@
# Mana v1.15.4
# Mana v1.16.0
## The Magic: the Gathering mana symbol font!

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/mana",
"version": "1.15.4",
"version": "1.16.0",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

View File

@ -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;

View File

@ -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": {

View File

@ -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;