We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6069f commit 96e64c2Copy full SHA for 96e64c2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oracledb",
3
- "version": "1.10.0",
+ "version": "1.10.1",
4
"description": "Oracle Database driver by Oracle Corp.",
5
"license": "Apache-2.0",
6
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",
src/njs/src/njsOracle.h
@@ -70,7 +70,7 @@ using namespace v8;
70
/* Keep the version in sync with package.json */
71
#define NJS_NODE_ORACLEDB_MAJOR 1
72
#define NJS_NODE_ORACLEDB_MINOR 10
73
-#define NJS_NODE_ORACLEDB_PATCH 0
+#define NJS_NODE_ORACLEDB_PATCH 1
74
75
/* Used for Oracledb.version */
76
#define NJS_NODE_ORACLEDB_VERSION ( (NJS_NODE_ORACLEDB_MAJOR * 10000) + \
0 commit comments