mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Increments version number
This commit is contained in:
parent
dea7a0d201
commit
db0011b13d
@ -1,4 +1,4 @@
|
||||
# Mana v1.15.3
|
||||
# Mana v1.15.4
|
||||
|
||||
## The Magic: the Gathering mana symbol font!
|
||||
|
||||
|
@ -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>"
|
||||
],
|
||||
|
@ -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;
|
||||
|
@ -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": {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user