From 644e9e5d5999ee6367d0ac36c50015f346e206c3 Mon Sep 17 00:00:00 2001 From: Ingenico ePayments Date: Tue, 19 Apr 2016 17:17:19 +0200 Subject: [PATCH] Release 1.1.1 --- .gitignore | 3 ++- gulpfile.js | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c40e2bc..ea5db92 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules dist /.project /npm-debug.log -.vscode \ No newline at end of file +.vscode +.idea \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 4577297..10cd07e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,8 +40,8 @@ var gulp = require('gulp') "src/example-app/js-sdk/globalcollect/C2SCommunicator.js", "src/example-app/js-sdk/globalcollect/LabelTemplateElement.js", "src/example-app/js-sdk/globalcollect/Attribute.js", - "src/example-app/js-sdk/globalcollect/AccountOnFile.js", "src/example-app/js-sdk/globalcollect/AccountOnFileDisplayHints.js", + "src/example-app/js-sdk/globalcollect/AccountOnFile.js", "src/example-app/js-sdk/globalcollect/PaymentProductDisplayHints.js", "src/example-app/js-sdk/globalcollect/BasicPaymentProduct.js", "src/example-app/js-sdk/globalcollect/MaskedString.js", @@ -81,8 +81,8 @@ var gulp = require('gulp') "src/example-app/js-sdk/globalcollect/C2SCommunicator.js", "src/example-app/js-sdk/globalcollect/LabelTemplateElement.js", "src/example-app/js-sdk/globalcollect/Attribute.js", - "src/example-app/js-sdk/globalcollect/AccountOnFile.js", "src/example-app/js-sdk/globalcollect/AccountOnFileDisplayHints.js", + "src/example-app/js-sdk/globalcollect/AccountOnFile.js", "src/example-app/js-sdk/globalcollect/PaymentProductDisplayHints.js", "src/example-app/js-sdk/globalcollect/BasicPaymentProduct.js", "src/example-app/js-sdk/globalcollect/MaskedString.js", diff --git a/package.json b/package.json index d8047a2..6b149ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-sdk-client-js", - "version": "1.1.0", + "version": "1.1.1", "description": "The JavaScript based client SDK that can be used for client to server communication between you and the GlobalCollect platform", "main": "gulpfile.js", "dependencies": {