mfbs

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

commit
759f71ddb56b642b5b7b43318d53459ce14cfba1
parent
bb9143614bcf6189edbf66d35c13ad20cd5205be
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-07-12 21:26
bump to 3.1.1

Diffstat

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

3 files changed, 8 insertions, 2 deletions


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

@@ -1,3 +1,9 @@
   -1     1 3.1.1 (2017-07-12)
   -1     2 ------------------
   -1     3 
   -1     4 -   limit the files that go into npm package
   -1     5 
   -1     6 
    1     7 3.1.0 (2017-07-12)
    2     8 ------------------
    3     9 

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

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "mfbs",
    3    -1   "version": "3.1.0",
   -1     3   "version": "3.1.1",
    4     4   "authors": [
    5     5     "Tobias Bengfort <tobias.bengfort@gmx.net>"
    6     6   ],

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

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "mfbs",
    3    -1   "version": "3.1.0",
   -1     3   "version": "3.1.1",
    4     4   "description": "mother fucking bootstrap - a minimal CSS framework",
    5     5   "main": "index.js",
    6     6   "dependencies": {},