From e1a9a9c135ed062ac362d2f8345a71417fb10758 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Sun, 5 Feb 2017 17:53:06 +0100 Subject: [PATCH] Bump version to 3.3.3 --- dist/css/bootstrap2/bootstrap-switch.css | 2 +- dist/css/bootstrap2/bootstrap-switch.min.css | 2 +- dist/css/bootstrap3/bootstrap-switch.css | 2 +- dist/css/bootstrap3/bootstrap-switch.min.css | 2 +- dist/js/bootstrap-switch.js | 2 +- dist/js/bootstrap-switch.min.js | 2 +- docs/index.html | 2 +- package.json | 2 +- src/docs/index.jade | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/css/bootstrap2/bootstrap-switch.css b/dist/css/bootstrap2/bootstrap-switch.css index 908ad33a..c0efa968 100644 --- a/dist/css/bootstrap2/bootstrap-switch.css +++ b/dist/css/bootstrap2/bootstrap-switch.css @@ -1,7 +1,7 @@ /** * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches. * - * @version v3.3.2 + * @version v3.3.3 * @homepage http://www.bootstrap-switch.org * @author Mattia Larentis (http://larentis.eu) * @license Apache-2.0 diff --git a/dist/css/bootstrap2/bootstrap-switch.min.css b/dist/css/bootstrap2/bootstrap-switch.min.css index d837f551..bfb7d586 100644 --- a/dist/css/bootstrap2/bootstrap-switch.min.css +++ b/dist/css/bootstrap2/bootstrap-switch.min.css @@ -1,7 +1,7 @@ /** * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches. * - * @version v3.3.2 + * @version v3.3.3 * @homepage http://www.bootstrap-switch.org * @author Mattia Larentis (http://larentis.eu) * @license Apache-2.0 diff --git a/dist/css/bootstrap3/bootstrap-switch.css b/dist/css/bootstrap3/bootstrap-switch.css index d6c4e71d..43ba46c5 100644 --- a/dist/css/bootstrap3/bootstrap-switch.css +++ b/dist/css/bootstrap3/bootstrap-switch.css @@ -1,7 +1,7 @@ /** * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches. * - * @version v3.3.2 + * @version v3.3.3 * @homepage http://www.bootstrap-switch.org * @author Mattia Larentis (http://larentis.eu) * @license Apache-2.0 diff --git a/dist/css/bootstrap3/bootstrap-switch.min.css b/dist/css/bootstrap3/bootstrap-switch.min.css index b556ca84..a06a770d 100644 --- a/dist/css/bootstrap3/bootstrap-switch.min.css +++ b/dist/css/bootstrap3/bootstrap-switch.min.css @@ -1,7 +1,7 @@ /** * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches. * - * @version v3.3.2 + * @version v3.3.3 * @homepage http://www.bootstrap-switch.org * @author Mattia Larentis (http://larentis.eu) * @license Apache-2.0 diff --git a/dist/js/bootstrap-switch.js b/dist/js/bootstrap-switch.js index 3c30bfe4..f3a1e3ec 100644 --- a/dist/js/bootstrap-switch.js +++ b/dist/js/bootstrap-switch.js @@ -1,7 +1,7 @@ /** * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches. * - * @version v3.3.2 + * @version v3.3.3 * @homepage http://www.bootstrap-switch.org * @author Mattia Larentis (http://larentis.eu) * @license Apache-2.0 diff --git a/dist/js/bootstrap-switch.min.js b/dist/js/bootstrap-switch.min.js index 93f8efca..5edca727 100644 --- a/dist/js/bootstrap-switch.min.js +++ b/dist/js/bootstrap-switch.min.js @@ -1,7 +1,7 @@ /** * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches. * - * @version v3.3.2 + * @version v3.3.3 * @homepage http://www.bootstrap-switch.org * @author Mattia Larentis (http://larentis.eu) * @license Apache-2.0 diff --git a/docs/index.html b/docs/index.html index b2e732bb..aba50211 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Bootstrap Switch · Turn checkboxes and radio buttons into toggle switchesFork me on GitHub

Bootstrap Switch

Turn checkboxes    and radio buttons    into toggle switches  

Download Bootstrap Switch


Currently v3.3.2 · Compatible with Bootstrap 2 and 3

Include the dependencies: jQuery, Bootstrap and Bootstrap Switch CSS + Javascript.

[...]
+Bootstrap Switch · Turn checkboxes and radio buttons into toggle switchesFork me on GitHub

Bootstrap Switch

Turn checkboxes    and radio buttons    into toggle switches  

Download Bootstrap Switch


Currently v3.3.3 · Compatible with Bootstrap 2 and 3

Include the dependencies: jQuery, Bootstrap and Bootstrap Switch CSS + Javascript.

[...]
 <link href="bootstrap.css" rel="stylesheet">
 <link href="bootstrap-switch.css" rel="stylesheet">
 <script src="jquery.js"></script>
diff --git a/package.json b/package.json
index ebc87745..98cfd658 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "bootstrap-switch",
   "description": "Turn checkboxes and radio buttons into toggle switches.",
-  "version": "3.3.2",
+  "version": "3.3.3",
   "keywords": [
     "bootstrap",
     "switch",
diff --git a/src/docs/index.jade b/src/docs/index.jade
index 9d0955a0..18249f0f 100644
--- a/src/docs/index.jade
+++ b/src/docs/index.jade
@@ -17,7 +17,7 @@
       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.2 · Compatible with Bootstrap 2 and 3
+      | Currently v3.3.3 · Compatible with Bootstrap 2 and 3
 
 .container
   h2.page-header Getting Started