Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Marchi committed Jan 6, 2015
1 parent b7e9c85 commit 5fa4a3c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons in toggle switches.",
"version": "3.3.0",
"version": "3.3.1",
"main": [
"./dist/js/bootstrap-switch.js",
"./dist/css/bootstrap3/bootstrap-switch.css"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "components/bootstrap-switch",
"description": "Turn checkboxes and radio buttons in toggle switches.",
"version": "3.3.0",
"version": "3.3.1",
"type": "component",
"keywords": [
"bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap2/bootstrap-switch.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap2/bootstrap-switch.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap3/bootstrap-switch.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap3/bootstrap-switch.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/bootstrap-switch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap-switch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 class="title">Bootstrap Switch</h1>
<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>
<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>
</p><br>
<p class="version">Currently v3.3.0 · Compatible with Bootstrap 2 and 3</p>
<p class="version">Currently v3.3.1 · Compatible with Bootstrap 2 and 3</p>
</div>
</div>
<div class="container">
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": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons in toggle switches.",
"version": "3.3.0",
"version": "3.3.1",
"keywords": [
"bootstrap",
"switch",
Expand Down
2 changes: 1 addition & 1 deletion src/docs/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ block content
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')
br
p.version
| Currently v3.3.0 · Compatible with Bootstrap 2 and 3
| Currently v3.3.1 · Compatible with Bootstrap 2 and 3

.container
h2.page-header Getting Started
Expand Down
2 changes: 1 addition & 1 deletion test/bootstrap-switch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down

0 comments on commit 5fa4a3c

Please sign in to comment.