mfbs

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

commit
567da361971d143238472cea0c98929636a11d5c
parent
9b38f48a8625cbee2c46c6e093b73bda7af6ff2c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-10 07:10
bump version to 5.2.1

Diffstat

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

2 files changed, 7 insertions, 1 deletions


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

@@ -1,3 +1,9 @@
   -1     1 5.2.1 (2022-11-10)
   -1     2 ------------------
   -1     3 
   -1     4 -   fix styling for visited links
   -1     5 
   -1     6 
    1     7 5.2.0 (2022-11-10)
    2     8 ------------------
    3     9 

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

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