diff --git a/README.md b/README.md index a4bcb86..f2e0cfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-ebics-client v0.0.3 +# node-ebics-client v0.0.35 --- Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ). diff --git a/package.json b/package.json index f44a3fb..e86e10c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ebics-client", - "version": "0.0.3", + "version": "0.0.35", "description": "Node.js ISO 20022 Compliant EBICS Client", "main": "index.js", "scripts": {