From 0e1954d575f86cbd698fc37fa98c20acdd3932bf Mon Sep 17 00:00:00 2001 From: David Stinemetze Date: Mon, 19 Aug 2019 21:09:14 -0500 Subject: [PATCH] chore(release): 2.0.0 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1760032..f75398f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "widgetsburritos/webpagetest", "description": "PHP Library for Interacting with Web Page Test", - "version": "1.0.6", + "version": "2.0.0", "type": "library", "require": { "php": ">=7.1", diff --git a/composer.lock b/composer.lock index f26f9ad..b3def15 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dc50c0dd1bf55064e16f40800e261b94", + "content-hash": "eca726f47ce81dcee82c4deec15813f6", "packages": [ { "name": "guzzlehttp/guzzle",