diff --git a/README.md b/README.md index 987eef7..fc10a8a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # node-ebics-client
Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ). @@ -14,6 +21,7 @@ The client is currently tested and verified to work with the following banks: * [Credit Suisse (Schweiz) AG](https://www.credit-suisse.com/ch/en.html) * [Zürcher Kantonalbank](https://www.zkb.ch/en/lg/ew.html) * [Raiffeisen Schweiz](https://www.raiffeisen.ch/rch/de.html) +* [BW Bank](https://www.bw-bank.de/de/home.html) ## Inspiration @@ -23,6 +31,6 @@ The basic concept of this library was inspired by the [EPICS](https://github.com ## Copyright -Copyright: eCollect AG, 2018-9. +Copyright: eCollect AG, 2018-9. Licensed under the [GPLv3](LICENSE) license. diff --git a/package.json b/package.json index 6d60889..3c08956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ebics-client", - "version": "0.1.0", + "version": "0.1.1", "description": "Node.js ISO 20022 Compliant EBICS Client", "main": "index.js", "scripts": {