- commit
- 8f2681515309e09c37901a160eb94814a281a51c
- parent
- 90b52176f6ffcaee67b980fdda65ed8827f2f5c6
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-07-12 21:15
bump version to 3.1.0
Diffstat
| M | CHANGES.md | 11 | +++++++++++ |
| M | bower.json | 2 | +- |
| M | package.json | 2 | +- |
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,14 @@ -1 1 3.1.0 (2017-07-12) -1 2 ------------------ -1 3 -1 4 - change default link color (to unify across projects) -1 5 - only limit max-width on img -1 6 - remove top border from tables (reduces specificity) -1 7 - tweak line width and leading (inspired by sakura) -1 8 - add width variable -1 9 - rm `:invalid` styling (maybe use `:user-error` instead in the future) -1 10 -1 11 1 12 3.0.0 (2016-12-30) 2 13 ------------------ 3 14
diff --git a/bower.json b/bower.json
@@ -1,6 +1,6 @@ 1 1 { 2 2 "name": "mfbs",3 -1 "version": "3.0.0",-1 3 "version": "3.1.0", 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.0.0",-1 3 "version": "3.1.0", 4 4 "description": "mother fucking bootstrap - a minimal CSS framework", 5 5 "main": "index.js", 6 6 "dependencies": {},