Skip to content

Commit 5fa4a3c

Browse files
author
Emanuele Marchi
committed
v3.3.1
1 parent b7e9c85 commit 5fa4a3c

12 files changed

+12
-12
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-switch",
33
"description": "Turn checkboxes and radio buttons in toggle switches.",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"main": [
66
"./dist/js/bootstrap-switch.js",
77
"./dist/css/bootstrap3/bootstrap-switch.css"

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 in toggle switches.",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"type": "component",
66
"keywords": [
77
"bootstrap",

dist/css/bootstrap2/bootstrap-switch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-switch - v3.3.0
2+
* bootstrap-switch - v3.3.1
33
* http://www.bootstrap-switch.org
44
* ========================================================================
55
* Copyright 2012-2013 Mattia Larentis

dist/css/bootstrap2/bootstrap-switch.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap3/bootstrap-switch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-switch - v3.3.0
2+
* bootstrap-switch - v3.3.1
33
* http://www.bootstrap-switch.org
44
* ========================================================================
55
* Copyright 2012-2013 Mattia Larentis

dist/css/bootstrap3/bootstrap-switch.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap-switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-switch - v3.3.0
2+
* bootstrap-switch - v3.3.1
33
* http://www.bootstrap-switch.org
44
* ========================================================================
55
* Copyright 2012-2013 Mattia Larentis

dist/js/bootstrap-switch.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1 class="title">Bootstrap Switch</h1>
6464
<iframe src="http://ghbtns.com/github-btn.html?user=nostalgiaz&amp;repo=bootstrap-switch&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="184" height="30"></iframe>
6565
<iframe src="http://ghbtns.com/github-btn.html?user=nostalgiaz&amp;repo=bootstrap-switch&amp;type=fork&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="144" height="30"></iframe>
6666
</p><br>
67-
<p class="version">Currently v3.3.0 · Compatible with Bootstrap 2 and 3</p>
67+
<p class="version">Currently v3.3.1 · Compatible with Bootstrap 2 and 3</p>
6868
</div>
6969
</div>
7070
<div class="container">

package.json

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

src/docs/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ block content
2020
iframe(src='http://ghbtns.com/github-btn.html?user=nostalgiaz&repo=bootstrap-switch&type=fork&count=true&size=large', allowtransparency='true', frameborder='0', scrolling='0', width='144', height='30')
2121
br
2222
p.version
23-
| Currently v3.3.0 · Compatible with Bootstrap 2 and 3
23+
| Currently v3.3.1 · Compatible with Bootstrap 2 and 3
2424

2525
.container
2626
h2.page-header Getting Started

test/bootstrap-switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-switch - v3.3.0
2+
* bootstrap-switch - v3.3.1
33
* http://www.bootstrap-switch.org
44
* ========================================================================
55
* Copyright 2012-2013 Mattia Larentis

0 commit comments

Comments
 (0)