Skip to content

Commit c4adfce

Browse files
committed
Updated version
1 parent 201e96f commit c4adfce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "components/bootstrap-switch",
33
"description": "Turn checkboxes and radio buttons into toggle switches.",
4-
"version": "3.3.4",
4+
"version": "3.3.5",
55
"type": "component",
66
"keywords": [
77
"bootstrap",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-switch",
33
"description": "Turn checkboxes and radio buttons into toggle switches.",
4-
"version": "3.3.4",
4+
"version": "3.3.5",
55
"keywords": [
66
"bootstrap",
77
"switch",
@@ -16,8 +16,8 @@
1616
],
1717
"main": "dist/js/bootstrap-switch.js",
1818
"peerDependencies": {
19-
"bootstrap": "^3.1.1",
20-
"jquery": ">=1.9.0"
19+
"bootstrap": "^3.3.7",
20+
"jquery": ">=1.12.4"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)