diff --git a/package.json b/package.json index bc8caf71..62043e46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oracledb", - "version": "1.0.0", + "version": "1.1.0", "description": "Oracle Database driver by Oracle Corp.", "license": "Apache-2.0", "homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html", diff --git a/src/njs/src/njsOracle.h b/src/njs/src/njsOracle.h index 6f85b7e1..f10772d9 100644 --- a/src/njs/src/njsOracle.h +++ b/src/njs/src/njsOracle.h @@ -69,7 +69,7 @@ using namespace v8; /* Keep the version in sync with package.json */ #define NJS_NODE_ORACLEDB_MAJOR 1 -#define NJS_NODE_ORACLEDB_MINOR 0 +#define NJS_NODE_ORACLEDB_MINOR 1 #define NJS_NODE_ORACLEDB_PATCH 0 /* Used for Oracledb.version */