diff --git a/Makefile b/Makefile index b85a4d4df..62cc1658e 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ build: @cp $(DEP)/yslow-3.1.5-sitespeed.js $(BUILD)/$(DEP)/ @cp $(DEP)/rules-desktop.properties $(BUILD)/$(DEP)/ @cp $(DEP)/rules-mobile.properties $(BUILD)/$(DEP)/ - @cp $(DEP)/browsertime-0.5-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/browsertime-0.6-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/timing-limits-default.xml $(BUILD)/$(DEP)/ @cp $(REPORT)/$(CSS)/bootstrap.min.css $(BUILD)/$(REPORT)/$(CSS)/ @cp $(REPORT)/$(CSS)/bootstrap-overrides.css $(BUILD)/$(REPORT)/$(CSS)/ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index a5e994b17..2e0deb68f 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -121,7 +121,7 @@ PAGES_COLUMNS= CRAWLER_JAR=crawler-1.5.10-full.jar VELOCITY_JAR=xml-velocity-1.8.8-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar -BROWSERTIME_JAR=browsertime-0.5-full.jar +BROWSERTIME_JAR=browsertime-0.6-full.jar # Don't fetch Navigation Timing metrics by default COLLECT_BROWSER_TIMINGS=false diff --git a/dependencies/browsertime-0.5-full.jar b/dependencies/browsertime-0.6-full.jar similarity index 86% rename from dependencies/browsertime-0.5-full.jar rename to dependencies/browsertime-0.6-full.jar index 1a3298782..ea630545d 100644 Binary files a/dependencies/browsertime-0.5-full.jar and b/dependencies/browsertime-0.6-full.jar differ