Skip to content

Commit

Permalink
fixed error.
Browse files Browse the repository at this point in the history
  • Loading branch information
haubek committed May 6, 2017
1 parent 75a9f87 commit 2429df2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.0.4

* Fixed error

## 1.0.3

* Added support for `btn-switch-pause`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap4c-buttons",
"description": "Bootstrap 4 Component - Buttons",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"authors": [
{ "name": "Martin Haubek", "email": "[email protected]", "homepage": "https://haubek.github.io" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap4c-buttons",
"description": "Bootstrap 4 Component - Buttons",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": {
"name": "Martin Haubek",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
*
* Bootstrap 4 Component - Buttons
* Version: 1.0.3
* Version: 1.0.4
* Copyright (c) 2017 Martin Haubek
*
*
Expand Down

0 comments on commit 2429df2

Please sign in to comment.