]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Version bump
authorMark Otto <otto@github.com>
Fri, 26 Jul 2013 05:56:28 +0000 (22:56 -0700)
committerMark Otto <otto@github.com>
Fri, 26 Jul 2013 05:56:28 +0000 (22:56 -0700)
38 files changed:
Makefile
README.md
bower.json
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap-affix.js
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
docs/index.html
docs/templates/pages/index.mustache
js/bootstrap-affix.js
js/bootstrap-alert.js
js/bootstrap-button.js
js/bootstrap-carousel.js
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js
less/bootstrap.less
less/responsive.less
package.json

index 9f511661764cf1da9a5549f4e62f528ebd81cf0b..1b25f7b32a3106930c0c20027d98ab93ba85ce88 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ build:
        @echo "Compiling documentation...                  ${CHECK} Done"
        @cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js > docs/assets/js/bootstrap.js
        @./node_modules/.bin/uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
-       @echo "/**\n* Bootstrap.js v2.3.2 by @fat & @mdo\n* Copyright 2013 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js
+       @echo "/**\n* Bootstrap.js v2.3.3 by @fat & @mdo\n* Copyright 2013 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js
        @cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js
        @rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
        @echo "Compiling and minifying javascript...       ${CHECK} Done"
index 884432d83e8f73f19af61136d850dd430c18b231..28c9a48c47aa774c66f14d56717d68186ec5be9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [Bootstrap v2.3.2](http://twbs.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap)
+# [Bootstrap v2.3.3](http://twbs.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap)
 
 Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat).
 
index 1fea879908147e0d084f65f134b87af452185c95..328268a7f5202f2a77940586a27135d22de537bd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "bootstrap",
-  "version": "2.3.2",
+  "version": "2.3.3",
   "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
   "dependencies": {
     "jquery": ">=1.8.0 <2.1.0"
index 09e88ce3fecc2812ad729e156975e2e53f8aea22..9e862b46e247b1d21e5c168f2dfec408552cdda9 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap Responsive v2.3.2
+ * Bootstrap Responsive v2.3.3
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
index b725064aab21e434d29209d259d3892478aa9536..50440e93c4c9041f5e2d4029014b47e8aa9770fb 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v2.3.2
+ * Bootstrap v2.3.3
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
index 46cb2fcb88933b939389db3c64a56521ebe0eaa6..ff6d29c98eb298fc1c24adb786db46a91da32125 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-affix.js v2.3.2
+ * bootstrap-affix.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#affix
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index 4f560def4d7cc0735722038567d348042ac411cd..a7eafc7b2a245441f4d0a53a649bb77d0cb1aae2 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-alert.js v2.3.2
+ * bootstrap-alert.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#alerts
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index f8b52eb419cf15c87742d38577686d043703c71c..421fdbaf746623130c54aea1730aec826487bb60 100644 (file)
@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrap-button.js v2.3.2
+ * bootstrap-button.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#buttons
  * ============================================================
  * Copyright 2012 Twitter, Inc.
index 300b86ed222b39f0c5c5bc7cfeab6b11e859b606..d179f480eade1b6a6e023471beeea4d8f6a58d84 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-carousel.js v2.3.2
+ * bootstrap-carousel.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#carousel
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index 1b68044417e501848071ba26ec3fe785ac6c864f..f7d0bc801db643db99d7cb498d96d6300dc68dc5 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-collapse.js v2.3.2
+ * bootstrap-collapse.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#collapse
  * =============================================================
  * Copyright 2012 Twitter, Inc.
index f5e3e31f240d3168f79fa8b0a1d992d4907f4a45..cc491e1ffe3e131c51cd18366389f56701b7e528 100644 (file)
@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrap-dropdown.js v2.3.2
+ * bootstrap-dropdown.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#dropdowns
  * ============================================================
  * Copyright 2012 Twitter, Inc.
index 1ad9a1640eb9514c4e0622af33cc09863cd6a94e..6a1183a55feb9af0182eb8648f4e36252de4738c 100644 (file)
@@ -1,5 +1,5 @@
 /* =========================================================
- * bootstrap-modal.js v2.3.2
+ * bootstrap-modal.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#modals
  * =========================================================
  * Copyright 2012 Twitter, Inc.
index 7d0e277474b88b0f8ae89a5104cf1e2b4bb3f634..47eef7eb4aed015bbda719e905b5364cd97db9e0 100644 (file)
@@ -1,5 +1,5 @@
 /* ===========================================================
- * bootstrap-popover.js v2.3.2
+ * bootstrap-popover.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#popovers
  * ===========================================================
  * Copyright 2012 Twitter, Inc.
index aae25aca940511a908b945186b0455e9c209e9db..d48de9f7d9357ebd69f8544e836d72c552e45d81 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-scrollspy.js v2.3.2
+ * bootstrap-scrollspy.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#scrollspy
  * =============================================================
  * Copyright 2012 Twitter, Inc.
index bb3fc439ef0e8f5f616954ea57005f2e78db00ab..749ff3e2dc66cd9a87074d3cf4df88488f44492c 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================
- * bootstrap-tab.js v2.3.2
+ * bootstrap-tab.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#tabs
  * ========================================================
  * Copyright 2012 Twitter, Inc.
index dbbf7d27f896c6ce906fa4d22657085cab72f207..b5968dd593f0e83e8b774067d7f3596aea70a9f3 100644 (file)
@@ -1,5 +1,5 @@
 /* ===========================================================
- * bootstrap-tooltip.js v2.3.2
+ * bootstrap-tooltip.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
index bf89aac8c3618d34cd7cadb1063f26750c40a4fb..4376133dcde2292b0122cbac9bd3a3fcf8df6dd9 100644 (file)
@@ -1,5 +1,5 @@
 /* ===================================================
- * bootstrap-transition.js v2.3.2
+ * bootstrap-transition.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#transitions
  * ===================================================
  * Copyright 2012 Twitter, Inc.
index d45e6ed57e82739bfa02c32e81d32fa4d8279af2..d3f5ee396bc169649bde98e2fce02365aa6680dd 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-typeahead.js v2.3.2
+ * bootstrap-typeahead.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#typeahead
  * =============================================================
  * Copyright 2012 Twitter, Inc.
index 5d35ba81776c49f7d42b6fd1e533b9ace008bbd6..31156f67deb76d759f60ef5dedf2e23b0d0ec584 100644 (file)
@@ -1,5 +1,5 @@
 /* ===================================================
- * bootstrap-transition.js v2.3.2
+ * bootstrap-transition.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#transitions
  * ===================================================
  * Copyright 2012 Twitter, Inc.
@@ -58,7 +58,7 @@
   })
 
 }(window.jQuery);/* ==========================================================
- * bootstrap-alert.js v2.3.2
+ * bootstrap-alert.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#alerts
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
   $(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
 
 }(window.jQuery);/* ============================================================
- * bootstrap-button.js v2.3.2
+ * bootstrap-button.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#buttons
  * ============================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* ==========================================================
- * bootstrap-carousel.js v2.3.2
+ * bootstrap-carousel.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#carousel
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* =============================================================
- * bootstrap-collapse.js v2.3.2
+ * bootstrap-collapse.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#collapse
  * =============================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* ============================================================
- * bootstrap-dropdown.js v2.3.2
+ * bootstrap-dropdown.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#dropdowns
  * ============================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* =========================================================
- * bootstrap-modal.js v2.3.2
+ * bootstrap-modal.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#modals
  * =========================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* ===========================================================
- * bootstrap-tooltip.js v2.3.2
+ * bootstrap-tooltip.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
 
 }(window.jQuery);
 /* ===========================================================
- * bootstrap-popover.js v2.3.2
+ * bootstrap-popover.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#popovers
  * ===========================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* =============================================================
- * bootstrap-scrollspy.js v2.3.2
+ * bootstrap-scrollspy.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#scrollspy
  * =============================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* ========================================================
- * bootstrap-tab.js v2.3.2
+ * bootstrap-tab.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#tabs
  * ========================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* =============================================================
- * bootstrap-typeahead.js v2.3.2
+ * bootstrap-typeahead.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#typeahead
  * =============================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* ==========================================================
- * bootstrap-affix.js v2.3.2
+ * bootstrap-affix.js v2.3.3
  * http://twbs.github.com/bootstrap/javascript.html#affix
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index af4eef7969e2f6d47893c532a033a01c3b46b0cf..0dae42fba3a1be7b46a207f8f0ea76e66ff0449b 100644 (file)
@@ -1,5 +1,5 @@
 /**
-* Bootstrap.js v2.3.2 by @fat & @mdo
+* Bootstrap.js v2.3.3 by @fat & @mdo
 * Copyright 2012 Twitter, Inc.
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 */
index 69498b501630d7d8238eb784cd15532398973cad..0946d6ea7220ca7e6839f3599c6be623b1b5c1c4 100644 (file)
@@ -84,7 +84,7 @@
     <h1>Bootstrap</h1>
     <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
     <p>
-      <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.2']);">Download Bootstrap</a>
+      <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.3']);">Download Bootstrap</a>
     </p>
     <ul class="masthead-links">
       <li>
@@ -97,7 +97,7 @@
         <a href="./extend.html" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);">Extend</a>
       </li>
       <li>
-        Version 2.3.2
+        Version 2.3.3
       </li>
     </ul>
   </div>
index 6f45650a76991d7e31866205bdd32ec46999c9bc..ac3f8ef2bf8e78b060e13c67aaaf3a955c4c6b5f 100644 (file)
@@ -3,7 +3,7 @@
     <h1>{{_i}}Bootstrap{{/i}}</h1>
     <p>{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}</p>
     <p>
-      <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a>
+      <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.3']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a>
     </p>
     <ul class="masthead-links">
       <li>
@@ -16,7 +16,7 @@
         <a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>{{_i}}Extend{{/i}}</a>
       </li>
       <li>
-        {{_i}}Version 2.3.2{{/i}}
+        {{_i}}Version 2.3.3{{/i}}
       </li>
     </ul>
   </div>
index f305c2ec3d1aea4a90daab0718a50b257289a3fd..51c04bd205d23ac5240ee4455cb7b491e2d6a80a 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-affix.js v2.3.2
+ * bootstrap-affix.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#affix
  * ==========================================================
  * Copyright 2013 Twitter, Inc.
index 020d2a79654467ae5cb1356323cc81a81020f415..4d7ce8b3ec1c17614c6f6451fc9d376d3290d8ec 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-alert.js v2.3.2
+ * bootstrap-alert.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#alerts
  * ==========================================================
  * Copyright 2013 Twitter, Inc.
index 668948d698dfef765b1369d3658a4cecdb4061d3..40e294cb43b973e467eb6469299adcb88dc570a2 100644 (file)
@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrap-button.js v2.3.2
+ * bootstrap-button.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#buttons
  * ============================================================
  * Copyright 2013 Twitter, Inc.
index 6882d6d426f7b7626ea5371e86174b4276572497..92ee6acef9f883266eb2b1eac6674fb916ab2385 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-carousel.js v2.3.2
+ * bootstrap-carousel.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#carousel
  * ==========================================================
  * Copyright 2013 Twitter, Inc.
index 0ee53053d755eb1f7430829e4690e3cf00956c27..d58fb9c4eae1770fb7b0014e45b81d62b1b84a97 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-collapse.js v2.3.2
+ * bootstrap-collapse.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#collapse
  * =============================================================
  * Copyright 2013 Twitter, Inc.
index a77698dc2f84e30742f717decdd196b4305108be..4e5bb777c1cf0fd90b54e8c68d343b704e7066a9 100644 (file)
@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrap-dropdown.js v2.3.2
+ * bootstrap-dropdown.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#dropdowns
  * ============================================================
  * Copyright 2013 Twitter, Inc.
index db3f2785ac6600c3877d3c97c4b466a03d14f0c2..21d02127d369ff0570804f62c87821718e0c4d8a 100644 (file)
@@ -1,5 +1,5 @@
 /* =========================================================
- * bootstrap-modal.js v2.3.2
+ * bootstrap-modal.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#modals
  * =========================================================
  * Copyright 2013 Twitter, Inc.
index 078cd8221feca3d85e2e491ac4053db7ac788db1..c532df6a9b1d524c3a777cd825e7303e5584a264 100644 (file)
@@ -1,5 +1,5 @@
 /* ===========================================================
- * bootstrap-popover.js v2.3.2
+ * bootstrap-popover.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#popovers
  * ===========================================================
  * Copyright 2013 Twitter, Inc.
index de2bc8b374f4b87e04eae765a7e474c157de9db4..45e2cd10765e3159260ceace93ba2c16f65d1637 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-scrollspy.js v2.3.2
+ * bootstrap-scrollspy.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#scrollspy
  * =============================================================
  * Copyright 2013 Twitter, Inc.
index 7dc43130a72fe161e2dcab4ec25e73e240b8a0ef..ef5f91484fc56900504ce0f61f907b2ab5aa4cfe 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================
- * bootstrap-tab.js v2.3.2
+ * bootstrap-tab.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#tabs
  * ========================================================
  * Copyright 2013 Twitter, Inc.
index f0af4d31454b4245541e6dcd451d0e94774c521e..b29892c7067d6533a979423b5145e566da5fa014 100644 (file)
@@ -1,5 +1,5 @@
 /* ===========================================================
- * bootstrap-tooltip.js v2.3.2
+ * bootstrap-tooltip.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
index cb3c7f14632c62d4d7ab90f81cef105939193609..c960ece8e0d97d52d8e8f73dd9608ea77ee54d23 100644 (file)
@@ -1,5 +1,5 @@
 /* ===================================================
- * bootstrap-transition.js v2.3.2
+ * bootstrap-transition.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#transitions
  * ===================================================
  * Copyright 2013 Twitter, Inc.
index 3f1a20d9bcfd47b415f79e67d3e8a32accaeb515..e7b7ed4e68cfef077965a3b623b8a24d2835d554 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-typeahead.js v2.3.2
+ * bootstrap-typeahead.js v2.3.3
  * http://getbootstrap.com/2.3.3/javascript.html#typeahead
  * =============================================================
  * Copyright 2013 Twitter, Inc.
index 3eabae1440e0cc56b1783b91ca9f2d993b4cad5c..b2b674f664548433106560eca9f3e75927b3b200 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v2.3.2
+ * Bootstrap v2.3.3
  *
  * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
index 9e5f9b1f455b00daa947c2540dc43be603d46a7b..512bc764ad48535a385883e9a51f38705b6bc1fa 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap Responsive v2.3.2
+ * Bootstrap Responsive v2.3.3
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
index ff560b1a27cb456ddbc34d313ea6c91260219052..499d37ce8f7f24fe8ce8163a90d22d59bb4278d8 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "bootstrap"
   , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
-  , "version": "2.3.2"
+  , "version": "2.3.3"
   , "keywords": ["bootstrap", "css"]
   , "homepage": "http://twbs.github.com/bootstrap/"
   , "author": "Twitter Inc."