Increments version number

This commit is contained in:
Andrew Gioia 2023-03-08 06:37:12 -05:00
parent dea7a0d201
commit db0011b13d
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
// base variables
@ms-font-path: '../fonts';
@ms-version: '1.15.3';
@ms-version: '1.15.4';
@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.3",
"version": "1.15.4",
"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.3' !default;
$ms-version: '1.15.4' !default;
$ms-font-size-base: 14px !default;
$ms-prefix: ms !default;
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;