瀏覽代碼

minor release 2.0.1

Emanuele Marchi 11 年之前
父節點
當前提交
8464563c39

+ 2 - 2
bower.json

@@ -1,7 +1,7 @@
 {
   "name": "bootstrap-switch",
-  "description": "Unofficial bootstrap switch",
-  "version": "2.0.0",
+  "description": "Turn checkboxes and radio buttons in toggle switches.",
+  "version": "2.0.1",
   "main": [
     "build/js/bootstrap-switch.js",
     "build/css/bootstrap3/bootstrap-switch.css"

+ 1 - 1
build/css/bootstrap2/bootstrap-switch.css

@@ -1,5 +1,5 @@
 /* ========================================================================
- * bootstrap-switch - v2.0.0
+ * bootstrap-switch - v2.0.1
  * http://www.bootstrap-switch.org
  * ========================================================================
  * Copyright 2012-2013 Mattia Larentis

+ 1 - 1
build/css/bootstrap2/bootstrap-switch.min.css

@@ -1,5 +1,5 @@
 /* ========================================================================
- * bootstrap-switch - v2.0.0
+ * bootstrap-switch - v2.0.1
  * http://www.bootstrap-switch.org
  * ========================================================================
  * Copyright 2012-2013 Mattia Larentis

+ 1 - 1
build/css/bootstrap3/bootstrap-switch.css

@@ -1,5 +1,5 @@
 /* ========================================================================
- * bootstrap-switch - v2.0.0
+ * bootstrap-switch - v2.0.1
  * http://www.bootstrap-switch.org
  * ========================================================================
  * Copyright 2012-2013 Mattia Larentis

+ 1 - 1
build/css/bootstrap3/bootstrap-switch.min.css

@@ -1,5 +1,5 @@
 /* ========================================================================
- * bootstrap-switch - v2.0.0
+ * bootstrap-switch - v2.0.1
  * http://www.bootstrap-switch.org
  * ========================================================================
  * Copyright 2012-2013 Mattia Larentis

+ 1 - 1
build/js/bootstrap-switch.js

@@ -1,5 +1,5 @@
 /* ========================================================================
- * bootstrap-switch - v2.0.0
+ * bootstrap-switch - v2.0.1
  * http://www.bootstrap-switch.org
  * ========================================================================
  * Copyright 2012-2013 Mattia Larentis

+ 1 - 1
build/js/bootstrap-switch.min.js

@@ -1,5 +1,5 @@
 /* ========================================================================
- * bootstrap-switch - v2.0.0
+ * bootstrap-switch - v2.0.1
  * http://www.bootstrap-switch.org
  * ========================================================================
  * Copyright 2012-2013 Mattia Larentis

+ 7 - 4
composer.json

@@ -1,12 +1,15 @@
 {
   "name": "nostalgiaz/bootstrap-switch",
-  "description": "Unofficial bootstrap switch",
-  "version": "2.0.0",
+  "description": "Turn checkboxes and radio buttons in toggle switches.",
+  "version": "2.0.1",
   "type": "component",
   "keywords": [
-    "javaScript"
+    "bootstrap",
+    "switch",
+    "javascript",
+    "js"
   ],
-  "homepage": "http://www.larentis.eu/switch/",
+  "homepage": "http://www.bootstrap-switch.org",
   "license": "Apache License, Version 2.0",
   "authors": [
     {

+ 1 - 1
index.html

@@ -32,7 +32,7 @@
     </a>
     <header class="header">
       <div class="container">
-        <h1>Bootstrap Switch <span class="small">v.2.0.0</span></h1>
+        <h1>Bootstrap Switch <span class="small">2.0.1</span></h1>
         <h2>Turn checkboxes and radio buttons in toggle switches.</h2>
         <br>
         <iframe src="http://ghbtns.com/github-btn.html?user=nostalgiaz&amp;repo=bootstrap-switch&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>

+ 2 - 1
package.json

@@ -1,10 +1,11 @@
 {
   "name": "bootstrap-switch",
   "description": "Turn checkboxes and radio buttons in toggle switches.",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "keywords": [
     "bootstrap",
     "switch",
+    "javascript",
     "js"
   ],
   "homepage": "http://www.bootstrap-switch.org",