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",