diff --git a/Makefile b/Makefile index dead7becb..2fcabd30b 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.4-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/browsertime-0.5-SNAPSHOT-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 0c0137f6d..e0e0930d0 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -113,7 +113,7 @@ NEXUS_VIEWPORT="348x519" CRAWLER_JAR=crawler-1.5.7-full.jar VELOCITY_JAR=xml-velocity-1.8.7-SNAPSHOT-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar -BROWSERTIME_JAR=browsertime-0.4-full.jar +BROWSERTIME_JAR=browsertime-0.5-SNAPSHOT-full.jar # Store the input to be able to log exactly how/what was done INPUT="$@" diff --git a/dependencies/browsertime-0.4-full.jar b/dependencies/browsertime-0.5-SNAPSHOT-full.jar similarity index 92% rename from dependencies/browsertime-0.4-full.jar rename to dependencies/browsertime-0.5-SNAPSHOT-full.jar index 43e9c1499..cd2d72228 100644 Binary files a/dependencies/browsertime-0.4-full.jar and b/dependencies/browsertime-0.5-SNAPSHOT-full.jar differ