From 783a76e0f6ca93e6ede41bea8e644fc899816a70 Mon Sep 17 00:00:00 2001 From: aoz Date: Thu, 4 Jun 2020 12:08:33 +0200 Subject: [PATCH] bump package version from 4.0.1 to 4.02 --- extension/package-lock.json | 2 +- extension/package.json | 2 +- notification/package-lock.json | 2 +- notification/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index 7757edd72..5524cbe39 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index 8bdec76ef..5e6ee63b8 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration", - "version": "4.0.1", + "version": "4.0.2", "description": "Integration between Commercetools and Adyen payment service provider", "license": "MIT", "scripts": { diff --git a/notification/package-lock.json b/notification/package-lock.json index 520310760..d5951141b 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/notification/package.json b/notification/package.json index 30ecef92f..0f576f995 100644 --- a/notification/package.json +++ b/notification/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration", - "version": "4.0.1", + "version": "4.0.2", "description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen", "scripts": { "test": "npm run unit && npm run integration",