Bump version to 1.1

This commit is contained in:
Christopher Jones 2015-09-02 20:08:15 +10:00
parent 5abac281b4
commit 5e33e83ec3
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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 */