Skip to content

Commit

Permalink
1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Aug 20, 2018
1 parent 8ec269c commit 94a9446
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0-rc (2018-08-20)
1.0.0-rc1 (2018-08-20)
---------------------

* N-API, asynchronous and non-blocking
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc
1.0.0-rc1
2 changes: 1 addition & 1 deletion package-lock.json
100644 → 100755

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,7 +1,7 @@
{
"name": "node-rfc",
"description": "nodejs bindings for SAP NW RFC SDK",
"version": "1.0.0-rc",
"version": "1.0.0-rc1",
"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.0-rc"
#define SAPNWRFC_BINDING_VERSION "1.0.0-rc1"

#include <uv.h>
#include <napi.h>
Expand Down

0 comments on commit 94a9446

Please sign in to comment.