Skip to content

Commit 56c8b60

Browse files
committed
Bump version to 0.3.1
1 parent fe0dd97 commit 56c8b60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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" : "0.2.4",
3+
"version" : "0.3.1",
44
"description" : "Node.js Driver for Oracle Database",
55
"license" : "Apache 2.0",
66
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",

src/njs/src/njsOracle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ using namespace node;
4040
using namespace v8;
4141

4242

43-
/*0.2.4. Keep the version in sync with package.json */
43+
/*0.3.1. Keep the version in sync with package.json */
4444
/* Formula: 10000 x majorversion + 100 * minorversion + patchrelease number */
45-
#define NJS_ORACLE_VERSION 204
45+
#define NJS_ORACLE_VERSION 301
4646

4747

4848
class Oracledb: public ObjectWrap

0 commit comments

Comments
 (0)