Skip to content

Commit

Permalink
preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Feb 25, 2016
1 parent b8cae64 commit 5e51af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
JDBC API Wrapper for node.js

## Latest Version
- **0.1.6** - Before upgrading, read the [Major API Refactor](#major-api-refactor)
- **0.2.0** - 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.

Expand All @@ -12,7 +12,7 @@ section. This is NOT backwards compatible with the old API.
Please visit [node-jdbc](https://www.npmjs.org/package/jdbc) for information on installing with npm.

## Status
[![Build Status](https://travis-ci.org/CraZySacX/node-jdbc.svg?branch=0.1.5)](https://travis-ci.org/CraZySacX/node-jdbc)
[![Build Status](https://travis-ci.org/CraZySacX/node-jdbc.svg?branch=0.2.0)](https://travis-ci.org/CraZySacX/node-jdbc)

## Dependencies
- [async](https://github.com/caolan/async)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdbc",
"version": "0.1.7-pre.0",
"version": "0.2.0",
"description": "Node Module JDBC wrapper",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 5e51af5

Please sign in to comment.