From b46b214e57cf1b4e30455da306b26b3a06dc8a5f Mon Sep 17 00:00:00 2001 From: nanov Date: Thu, 4 Aug 2022 07:03:47 +0300 Subject: [PATCH] chore: update license in package.json, bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c1dbcf..c420456 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "ebics-client", - "version": "0.2.1", + "version": "0.3.0", "description": "Node.js ISO 20022 Compliant EBICS Client", + "license": "MIT", "main": "index.js", "files": [ "lib/**/*", @@ -57,7 +58,6 @@ "url": "https://github.com/Herrie82" } ], - "license": "GPL-3.0-only", "dependencies": { "handlebars": "^4.7.7", "js2xmlparser": "^4.0.1",