diff --git a/Makefile b/Makefile
index f275d7ce96affdbe6765e2be03a06ff6a93027ef..64a958f22d052a3650dc9a4df2726b7e9510e5d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DATE=$(shell DATE)
-BOOTSTRAP = ./bootstrap-1.0.0.css
-BOOTSTRAP_MIN = ./bootstrap-1.0.0.min.css
+BOOTSTRAP = ./bootstrap-1.1.0.css
+BOOTSTRAP_MIN = ./bootstrap-1.1.0.min.css
 BOOTSTRAP_LESS = ./lib/bootstrap.less
 LESS_COMPESSOR ?= `which lessc`
 WATCHR ?= `which watchr`
diff --git a/README.md b/README.md
index babfd5559140b2dcf70f5d96bf5a1930b43c5f6c..81ba72042fb908a631b4a77672951f0fada40e15 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Here's what the LESS version looks like:
 
 Or if you prefer, the standard css way:
 
-    <link rel="stylesheet" type="text/css" href="bootstrap-1.0.0.css">
+    <link rel="stylesheet" type="text/css" href="bootstrap-1.1.0.css">
 
 For more info, refer to the docs!
 
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.1.0.css
similarity index 99%
rename from bootstrap-1.0.0.css
rename to bootstrap-1.1.0.css
index d441d20b198ea8ad9365020265bbf88d5e2686ad..ff1f83c98207e8a6b11af7cecd1bf91a030b8d9e 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.1.0.css
@@ -1,12 +1,12 @@
 /*!
- * Bootstrap v1.0.0
+ * Bootstrap v1.1.0
  *
  * Copyright 2011 Twitter, Inc
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Aug 21 22:26:51 PDT 2011
+ * Date: Sun Aug 21 22:29:48 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.1.0.min.css
similarity index 100%
rename from bootstrap-1.0.0.min.css
rename to bootstrap-1.1.0.min.css
diff --git a/docs/index.html b/docs/index.html
index dd2d7416c4b277ab1cf281c678ce8b06bb114a10..808d94ffcbb27a7f0bb389f97add22cd8024294f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.0.0.css" rel="stylesheet">
+    <link href="../bootstrap-1.1.0.css" rel="stylesheet">
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
@@ -78,7 +78,7 @@
             <h6>Hotlink the CSS</h6>
             <p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
             <form>
-              <textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea>
+              <textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.0.min.css"></textarea>
             </form>
           </div>
           <div class="span5 columns">
diff --git a/lib/bootstrap.less b/lib/bootstrap.less
index ead0c8f8327bfbe30ac02f6e33db73650e859f03..6547f039726f3bdd47a9c563bba86a09da91179c 100644
--- a/lib/bootstrap.less
+++ b/lib/bootstrap.less
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v1.0.0
+ * Bootstrap v1.1.0
  *
  * Copyright 2011 Twitter, Inc
  * Licensed under the Apache License v2.0