Skip to content

Commit ae6fdcd

Browse files
committed
docs: release 3.3.1
1 parent 0b2e7ec commit ae6fdcd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-rfc
22

3-
Asynchronous, non-blocking [SAP NetWeaver RFC SDK](https://support.sap.com/en/product/connectors/nwrfcsdk.html) client and server bindings for [Node.js](http://nodejs.org/). Straightforward consumption of ABAP business logic from Node.js and extending ABAP eco-system with Node.js capabilities.
3+
Asynchronous, non-blocking [SAP NetWeaver RFC SDK](https://support.sap.com/en/product/connectors/nwrfcsdk.html) client and server bindings for [Node.js](http://nodejs.org/). Direct consumption of ABAP business logic from Node.js and extending ABAP eco-system with Node.js capabilities, with automatic ABAP <-> Node.js data conversions.
44

55
[![node-rfc release](https://img.shields.io/npm/v/node-rfc.svg)](https://www.npmjs.com/package/node-rfc)
66
[![Node.js engines](https://img.shields.io/node/v/node-rfc.svg)](https://www.npmjs.com/package/node-rfc)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rfc",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "nodejs bindings for SAP NW RFC SDK",
55
"keywords": [
66
"sap",

src/cpp/noderfc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define pointer_t uintptr_t
1818

1919
// client binding version
20-
#define NODERFC_VERSION "3.3.0"
20+
#define NODERFC_VERSION "3.3.1"
2121

2222
// surpress unused parameter warnings
2323
#define UNUSED(x) (void)(x)

0 commit comments

Comments
 (0)