diff --git a/.gitignore b/.gitignore index bcd34c1..9892b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ Thumbs.db .DS_Store /node_modules/ npm-debug.log -test.html diff --git a/HISTORY.md b/HISTORY.md index 28a579c..23397c5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Release History +## 1.0.6 + +* Upgraded to Bootstrap 4.1.0 +* Added example.html + ## 1.0.5 * Upgraded to Bootstrap 4.0.0 diff --git a/LICENSE b/LICENSE index 3bd5ca6..c6b4849 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Martin Haubek +Copyright (c) 2017-18 Martin Haubek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bower.json b/bower.json index 83c203f..10b86c8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap4c-buttons", "description": "Bootstrap 4 Component - Buttons", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "authors": [ { "name": "Martin Haubek", "email": "haubek@gmail.com", "homepage": "https://haubek.github.io" } diff --git a/dist/css/component-buttons.css b/dist/css/component-buttons.css index 922fb32..88a8aaa 100644 --- a/dist/css/component-buttons.css +++ b/dist/css/component-buttons.css @@ -3,8 +3,8 @@ * * * Bootstrap 4 Component - Buttons - * Version: 1.0.5 - * Copyright (c) 2017 Martin Haubek + * Version: 1.0.6 + * Copyright (c) 2017-18 Martin Haubek * * * diff --git a/example.html b/example.html new file mode 100644 index 0000000..0edb987 --- /dev/null +++ b/example.html @@ -0,0 +1,72 @@ + + +
+ + +