Skip to content

Commit 04f2ba0

Browse files
committed
Update version to 5.1.0
1 parent b00437d commit 04f2ba0

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installing node-oracledb Version 5.1-dev
1+
# Installing node-oracledb Version 5.1
22

33
*Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.*
44

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# node-oracledb version 5.1-dev
2-
3-
**This release is under development and information may be incomplete**
1+
# node-oracledb version 5.1
42

53
The node-oracledb add-on for Node.js powers high performance Oracle
64
Database applications.
75

8-
Use node-oracledb 5.1-dev to connect Node.js 10.16, 12, 14, or later, to Oracle Database.
6+
Use node-oracledb 5.1 to connect Node.js 10.16, 12, 14, or later, to Oracle Database.
97
Older versions of node-oracledb may work with older versions of Node.js.
108

119
Node-oracledb supports basic and advanced features of Oracle Database

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb 5.1-dev Documentation for the Oracle Database Node.js Add-on
1+
# node-oracledb 5.1 Documentation for the Oracle Database Node.js Add-on
22

33
*Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.*
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "5.1.0-dev",
3+
"version": "5.1.0",
44
"description": "A Node.js module for Oracle Database access",
55
"license": "Apache-2.0",
66
"homepage": "http://oracle.github.io/node-oracledb/",

src/njsModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#define NJS_NODE_ORACLEDB_MAJOR 5
4343
#define NJS_NODE_ORACLEDB_MINOR 1
4444
#define NJS_NODE_ORACLEDB_PATCH 0
45-
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
45+
#define NJS_NODE_ORACLEDB_SUFFIX ""
4646

4747
// define stringified version and driver name
4848
#define NJS_STR_HELPER(x) #x

0 commit comments

Comments
 (0)