diff --git a/packages/happo-example-project/package.json b/packages/happo-example-project/package.json index 1573eee..8297c3e 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.3", + "version": "5.1.0", "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.3", + "happo-target-firefox": "^5.1.0", "happo-uploader-s3": "^5.0.0" } } diff --git a/packages/happo-target-firefox/package.json b/packages/happo-target-firefox/package.json index fec096c..a01f86a 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.3", + "version": "5.1.0", "description": "Firefox target for the happo visual diffing library", "repository": "https://github.com/Galooshi/happo/tree/master/packages/happo-target-firefox", "author": "",