aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 22:30:39 -0700
committerJacob Thornton <[email protected]>2011-08-21 22:30:39 -0700
commit3ef86aa7031adf7b7e50b0841ee478c6803d37b0 (patch)
tree0c2644f86cf3d727d38dc617ef51c08eb1f2e910 /Makefile
parent109027433dc77d58fabaa5c90dada3ee7f400b05 (diff)
downloadbootstrap-3ef86aa7031adf7b7e50b0841ee478c6803d37b0.tar.xz
bootstrap-3ef86aa7031adf7b7e50b0841ee478c6803d37b0.zip
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 f275d7ce9..64a958f22 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`