From 245d3f62b781447b75bbf3b5137f87c4eb0648f6 Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Fri, 25 Dec 2015 22:21:44 -0500 Subject: [PATCH] preparation for release --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {