Skip to content

Commit

Permalink
docs: release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Nov 29, 2023
1 parent 0b2e7ec commit ae6fdcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-rfc

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.
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.

[![node-rfc release](https://img.shields.io/npm/v/node-rfc.svg)](https://www.npmjs.com/package/node-rfc)
[![Node.js engines](https://img.shields.io/node/v/node-rfc.svg)](https://www.npmjs.com/package/node-rfc)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-rfc",
"version": "3.3.0",
"version": "3.3.1",
"description": "nodejs bindings for SAP NW RFC SDK",
"keywords": [
"sap",
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/noderfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define pointer_t uintptr_t

// client binding version
#define NODERFC_VERSION "3.3.0"
#define NODERFC_VERSION "3.3.1"

// surpress unused parameter warnings
#define UNUSED(x) (void)(x)
Expand Down

0 comments on commit ae6fdcd

Please sign in to comment.