diff --git a/Makefile b/Makefile
index 5ae8740b0efb4874cffb7dc9bcbf7a1d42baa807..ca99eaa185bede24f23ffcb1ca56942c54fe479f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DATE=$(shell DATE)
-BOOTSTRAP = ./bootstrap-1.3.0.css
-BOOTSTRAP_MIN = ./bootstrap-1.3.0.min.css
+BOOTSTRAP = ./bootstrap.css
+BOOTSTRAP_MIN = ./bootstrap.min.css
 BOOTSTRAP_LESS = ./lib/bootstrap.less
 LESS_COMPESSOR ?= `which lessc`
 WATCHR ?= `which watchr`
diff --git a/README.md b/README.md
index d9a7cb20ad9f11b5203107a6097772fb226abf4f..98953a7ad9d896686159a3d4109619e3880f365e 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.3.0.css">
+    <link rel="stylesheet" type="text/css" href="bootstrap.css">
 
 For more info, refer to the docs!
 
diff --git a/bootstrap-1.3.0.css b/bootstrap.css
similarity index 99%
rename from bootstrap-1.3.0.css
rename to bootstrap.css
index 5ee7493b3526d7ecbe3be7238f3a1ce3f46a8fb6..a7adebc69319ada557759a04dd8f601527bb94c3 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Sep 15 22:40:45 PDT 2011
+ * Date: Thu Sep 15 23:09:33 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.3.0.min.css b/bootstrap.min.css
similarity index 100%
rename from bootstrap-1.3.0.min.css
rename to bootstrap.min.css
diff --git a/docs/index.html b/docs/index.html
index 20e27f9b42ce9d1d2f842784daa295b64fc22210..2edd852ba98047a024eedab25bb7bf6ac36ce759 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.3.0.css" rel="stylesheet">
+    <link href="../bootstrap.css" rel="stylesheet">
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
@@ -84,7 +84,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.3.0.min.css"></textarea>
+              <textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
             </form>
           </div>
           <div class="span5">
@@ -143,7 +143,7 @@
       <ul>
         <li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li>
         <li>All original .less files</li>
-        <li>Fully <a href="../bootstrap-1.3.0.css">compiled</a> and <a href="../bootstrap-1.3.0.min.css">minified</a> CSS</li>
+        <li>Fully <a href="../bootstrap.css">compiled</a> and <a href="../bootstrap.min.css">minified</a> CSS</li>
         <li>Complete styleguide documentation</li>
         <li>Three example pages with different layouts</li>
       </ul>
@@ -1884,7 +1884,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
           <td>Command line</td>
           <td>
             <p>If you already have the less command line tool installed, simply run the following command:</p>
-              <pre>$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css</pre>
+              <pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre>
             <p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
           </td>
         </tr>
diff --git a/docs/javascript.html b/docs/javascript.html
index e1c4e83dc33a559e2144dd954a7f11f80d99504b..454251c2b282e6cc1bcedab8fbe4b42d16f34433 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -24,7 +24,7 @@
     <script src="../js/bootstrap-tabs.js"></script>
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.3.0.css" rel="stylesheet">
+    <link href="../bootstrap.css" rel="stylesheet">
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
diff --git a/examples/container-app.html b/examples/container-app.html
index 20ab137899f4bc9845c2d19b3f3151d9e0e48a5c..6432ecf0d8dae32fccc8940b795505dcc7c34ebc 100644
--- a/examples/container-app.html
+++ b/examples/container-app.html
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.3.0.css" rel="stylesheet">
+    <link href="../bootstrap.css" rel="stylesheet">
     <style type="text/css">
       /* Override some defaults */
       html, body {
diff --git a/examples/fluid.html b/examples/fluid.html
index f613b0ebb33f96bc4e02d0889954c4d9304364a1..07012e5e9c9df67c9209fd96181bc1a1d5631e9f 100644
--- a/examples/fluid.html
+++ b/examples/fluid.html
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.3.0.css" rel="stylesheet">
+    <link href="../bootstrap.css" rel="stylesheet">
     <style type="text/css">
       body {
         padding-top: 60px;
diff --git a/examples/hero.html b/examples/hero.html
index a2e5e53e4df805d3ee92d94f27f5203bd4b39670..fab3d688b1495a4bf61b3a19ca3ab37758dc9429 100644
--- a/examples/hero.html
+++ b/examples/hero.html
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.3.0.css" rel="stylesheet">
+    <link href="../bootstrap.css" rel="stylesheet">
     <style type="text/css">
       body {
         padding-top: 60px;