From 9a26af8ec035b40f9ea190f7429761e58b6b2ab3 Mon Sep 17 00:00:00 2001 From: Jonah Stiennon Date: Mon, 23 Jun 2014 11:38:00 -0700 Subject: [PATCH] v8.0.3 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b7853..40da42b 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,9 @@ The [IndexedDBShim](http://github.com/axemclion/IndexedDBShim) is a project that Changelog --------- +####8.0.3#### +* fixed bug, sauce job urls displayed in log properly again + ####8.0.2#### * fixed bug, `testname` option not working diff --git a/package.json b/package.json index 6e4197e..1e959c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-saucelabs", "description": "Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests", - "version": "8.0.2", + "version": "8.0.3", "homepage": "https://github.com/axemclion/grunt-saucelabs", "author": { "name": "Parashuram",