File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " Oracle Database driver by Oracle Corp." ,
5
5
"license" : " Apache 2.0" ,
6
6
"homepage" : " http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ using namespace v8;
43
43
/* 0.4.1. Keep the version in sync with package.json */
44
44
#define NJS_NODE_ORACLEDB_MAJOR 0
45
45
#define NJS_NODE_ORACLEDB_MINOR 4
46
- #define NJS_NODE_ORACLEDB_PATCH 1
46
+ #define NJS_NODE_ORACLEDB_PATCH 2
47
47
48
48
/* Formula: 10000 x majorversion + 100 * minorversion + patchrelease number */
49
49
#define NJS_NODE_ORACLEDB_VERSION ( (NJS_NODE_ORACLEDB_MAJOR * 10000 ) + \
You can’t perform that action at this time.
0 commit comments