Skip to content

Commit c6960ea

Browse files
committed
Bump vesion to 1.2
1 parent ded6b22 commit c6960ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb version 1.1
1+
# node-oracledb version 1.2
22

33
## <a name="about"></a> 1. About node-oracledb
44

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb 1.1: Documentation for the Oracle Database Node.js Add-on
1+
# node-oracledb 1.2: Documentation for the Oracle Database Node.js Add-on
22

33
*Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*
44

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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Oracle Database driver by Oracle Corp.",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using namespace v8;
6969

7070
/* Keep the version in sync with package.json */
7171
#define NJS_NODE_ORACLEDB_MAJOR 1
72-
#define NJS_NODE_ORACLEDB_MINOR 1
72+
#define NJS_NODE_ORACLEDB_MINOR 2
7373
#define NJS_NODE_ORACLEDB_PATCH 0
7474

7575
/* Used for Oracledb.version */

0 commit comments

Comments
 (0)