diff --git a/README.md b/README.md index ffe0720..898409c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JDBC API Wrapper for node.js ## Latest Version -- **0.1.5** - Before upgrading, read the [Major API Refactor](#major-api-refactor) +- **0.1.6** - Before upgrading, read the [Major API Refactor](#major-api-refactor) section. This is NOT backwards compatible with the old API. - 0.0.15 - Old API. diff --git a/package.json b/package.json index dcd6752..733b359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jdbc", - "version": "0.1.6-pre.0", + "version": "0.1.6", "description": "Node Module JDBC wrapper", "main": "index.js", "dependencies": {