Skip to content

Commit

Permalink
Bump up to 6.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Jun 27, 2023
1 parent 740588f commit 05c11ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# node-oracledb version 6.0.2-dev

**This release is under development and information may be incomplete**
# node-oracledb version 6.0.2

The node-oracledb add-on for Node.js powers high performance Oracle Database
applications. Applications can be written in TypeScript, or directly in
JavaScript.

Use node-oracledb 6.0.2-dev to connect Node.js 14.6, or later, to Oracle
Use node-oracledb 6.0.2 to connect Node.js 14.6, or later, to Oracle
Database. Older versions of node-oracledb may work with older versions of
Node.js.

Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ module.exports = {
VERSION_MAJOR: 6,
VERSION_MINOR: 0,
VERSION_PATCH: 2,
VERSION_SUFFIX: '-dev'
VERSION_SUFFIX: ''
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "6.0.2-dev",
"version": "6.0.2",
"description": "A Node.js module for Oracle Database access from JavaScript and TypeScript",
"license": "(Apache-2.0 OR UPL-1.0)",
"homepage": "http://oracle.github.io/node-oracledb/",
Expand Down

0 comments on commit 05c11ce

Please sign in to comment.