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 fe0dd97 commit 56c8b60Copy full SHA for 56c8b60
package.json
@@ -1,6 +1,6 @@
1
{
2
"name" : "oracledb",
3
- "version" : "0.2.4",
+ "version" : "0.3.1",
4
"description" : "Node.js Driver for Oracle Database",
5
"license" : "Apache 2.0",
6
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
src/njs/src/njsOracle.h
@@ -40,9 +40,9 @@ using namespace node;
40
using namespace v8;
41
42
43
-/*0.2.4. Keep the version in sync with package.json */
+/*0.3.1. Keep the version in sync with package.json */
44
/* Formula: 10000 x majorversion + 100 * minorversion + patchrelease number */
45
-#define NJS_ORACLE_VERSION 204
+#define NJS_ORACLE_VERSION 301
46
47
48
class Oracledb: public ObjectWrap
0 commit comments