From b50ce4f3c04b8b53f21c535f1ea1f60d3697aed8 Mon Sep 17 00:00:00 2001 From: Ricardo Ambrogi Date: Tue, 16 Jul 2019 13:25:04 +0000 Subject: [PATCH] Adyen Node API Library v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9bcb60..d486e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/api-library", - "version": "1.1.0", + "version": "1.1.1", "description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs and Hosted Payment Pages.", "main": "dist/lib/src/index.js", "types": "dist/lib/src/index.d.ts",