diff --git a/packages/happo-example-project/package.json b/packages/happo-example-project/package.json index 7755c19..ab56abe 100644 --- a/packages/happo-example-project/package.json +++ b/packages/happo-example-project/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "happo-example-project", - "version": "5.0.1", + "version": "5.0.2", "description": "Example project for the happo visual diffing library", "repository": "https://github.com/Galooshi/happo/tree/master/packages/happo-example-project", "author": "", @@ -9,7 +9,7 @@ "scripts": {}, "dependencies": { "happo": "^5.0.0", - "happo-target-firefox": "^5.0.1", + "happo-target-firefox": "^5.0.2", "happo-uploader-s3": "^5.0.0" } } diff --git a/packages/happo-target-firefox/package.json b/packages/happo-target-firefox/package.json index 331976e..ed5d165 100644 --- a/packages/happo-target-firefox/package.json +++ b/packages/happo-target-firefox/package.json @@ -1,6 +1,6 @@ { "name": "happo-target-firefox", - "version": "5.0.1", + "version": "5.0.2", "description": "Firefox target for the happo visual diffing library", "repository": "https://github.com/Galooshi/happo/tree/master/packages/happo-target-firefox", "author": "",