Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Mar 9, 2020
1 parent abc6dea commit 4957e3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

1.0.4 (2020-03-09)
1.0.5 (2020-03-09)
------------------

* Windows 32 bit build enabled in build script, fix #124
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-rfc",
"description": "nodejs bindings for SAP NW RFC SDK",
"version": "1.0.3",
"version": "1.0.5",
"homepage": "https://github.com/sap/node-rfc",
"author": {
"name": "Srdjan Boskovic",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef NODE_SAPNWRFC_CLIENT_H_
#define NODE_SAPNWRFC_CLIENT_H_

#define SAPNWRFC_BINDING_VERSION "1.0.3"
#define SAPNWRFC_BINDING_VERSION "1.0.5"

#define NODERFC_BCD_STRING 0
#define NODERFC_BCD_NUMBER 1
Expand Down

0 comments on commit 4957e3d

Please sign in to comment.