Skip to content

Commit 95f59e3

Browse files
committed
bump version.
1 parent ab3a0c4 commit 95f59e3

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 1.0.9
4+
5+
* Upgraded to Bootstrap 4.1.3
6+
37
## 1.0.8
48

59
* Upgraded to Bootstrap 4.1.0

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap4c-custom-switch",
33
"description": "Bootstrap 4 Component - Custom switch",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"license": "MIT",
66
"authors": [
77
{ "name": "Martin Haubek", "email": "[email protected]", "homepage": "https://haubek.github.io" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap4c-custom-switch",
33
"description": "Bootstrap 4 Component - Custom switch",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"license": "MIT",
66
"author": {
77
"name": "Martin Haubek",

src/scss/build.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
*
55
* Bootstrap 4 Component - Custom switch
6-
* Version: 1.0.8
6+
* Version: 1.0.9
77
* Copyright (c) 2017-18 Martin Haubek
88
*
99
*

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ [email protected]:
203203
hoek "4.x.x"
204204

205205
bootstrap@^4.0.0:
206-
version "4.1.0"
207-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.0.tgz#110b05c31a236d56dbc9adcda6dd16f53738a28a"
206+
version "4.1.3"
207+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be"
208208

209209
brace-expansion@^1.0.0, brace-expansion@^1.1.7:
210210
version "1.1.11"
@@ -820,8 +820,8 @@ gulp-plumber@^1.0.1:
820820
through2 "^2.0.3"
821821

822822
gulp-rename@^1.2.2:
823-
version "1.2.2"
824-
resolved "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-1.2.2.tgz#3ad4428763f05e2764dec1c67d868db275687817"
823+
version "1.4.0"
824+
resolved "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-1.4.0.tgz#de1c718e7c4095ae861f7296ef4f3248648240bd"
825825

826826
gulp-sass@^2.1.0:
827827
version "2.3.2"

0 commit comments

Comments
 (0)