Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-08-22 09:30:39 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-08-22 09:30:39 +0400
commit3ef86aa7031adf7b7e50b0841ee478c6803d37b0 (patch)
tree0c2644f86cf3d727d38dc617ef51c08eb1f2e910 /Makefile
parent109027433dc77d58fabaa5c90dada3ee7f400b05 (diff)
v1.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f275d7ce96..64a958f22d 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`