From ec93045053e83180f4a43b92130c445fb441d294 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Mon, 15 May 2017 12:31:34 +1000 Subject: [PATCH] chore(build): release v2.5.0 --- package.json | 2 +- package.json.web | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ffa8f662..3f07cf6c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pact", - "version": "2.4.2", + "version": "2.5.0", "description": "Pact for all things Javascript", "main": "./src/pact.js", "types": "./src/pact.d.ts", diff --git a/package.json.web b/package.json.web index 1bccfef21..a60e5d57c 100644 --- a/package.json.web +++ b/package.json.web @@ -1,6 +1,6 @@ { "name": "pact-web", - "version": "2.4.2", + "version": "2.5.0", "description": "Pact for the browser", "main": "pact-web.js", "scripts": {},