From 7c528344dc749e7581c360305d02c11af2e615fc Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Wed, 14 Dec 2016 09:51:03 -0800 Subject: [PATCH] v3.0.1 - Assume 403 errors when verifying S3 bucket existence is okay and proceed blindly. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1681810..225995f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "happo", - "version": "3.0.1-beta.1", + "version": "3.0.1", "description": "Command-line tool to visually diff JavaScript components", "bin": { "happo": "./bin/happo"