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 f8ebcac commit dcb0039
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.5

* Fixed error

## 1.0.4

* New `status` variable
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-custom-switch",
"description": "Bootstrap 4 Component - Custom switch",
"version": "1.0.4",
"version": "1.0.5",
"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-custom-switch",
"description": "Bootstrap 4 Component - Custom switch",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"author": {
"name": "Martin Haubek",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_component-custom-switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
& *:before,
& + .custom-switch-btn {
box-sizing: border-box;
&::selection {
&:selection {
background: none;
}
}
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 - Custom switch
* Version: 1.0.4
* Version: 1.0.5
* Copyright (c) 2017 Martin Haubek
*
*
Expand Down

0 comments on commit dcb0039

Please sign in to comment.