mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
5a9fd20b2b37f55ff276b0500e20aece53ececf1
parent
d65af61bd06018a3c6edbce01b087eddfd98f378
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-15 07:55
bump version to 5.0.0

Diffstat

M CHANGES.md 2 +-
M package.json 2 +-

2 files changed, 2 insertions, 2 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,4 +1,4 @@
    1    -1 5.0.0 (unreleased)
   -1     1 5.0.0 (2021-07-15)
    2     2 ------------------
    3     3 
    4     4 -   link styling now uses `:link` instead of `a` (higher specificity!)

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "mfbs",
    3    -1   "version": "4.0.0",
   -1     3   "version": "5.0.0",
    4     4   "description": "mother fucking bootstrap - a minimal CSS framework",
    5     5   "keywords": ["sass"],
    6     6   "repository": {