From d93300486670825a71df901f813b04fda1e9d02d Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Mon, 25 Jan 2021 14:58:51 -0500 Subject: [PATCH] README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index e34b253..cd49275 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JDBC API Wrapper for node.js ## Latest Version -- 0.7.3 +- 0.7.4 ## Installation - Release: ```npm i --save jdbc``` @@ -12,17 +12,6 @@ Please visit [node-jdbc](https://www.npmjs.org/package/jdbc) for information on ## Status [![Build Status](https://travis-ci.org/CraZySacX/node-jdbc.svg?branch=master)](https://travis-ci.org/CraZySacX/node-jdbc) - -## Supported Java Versions -- 1.7 -- 1.8 - -[node-java](https://github.com/joeferner/node-java) has experiemental support for 1.8, and if you are brave you can -compile it with such. All the tests work out of the box on a 1.8 JVM, but I've only wrapped 1.7 functions. - -Note that Java 9 is not currently supported. When node-java supports Java 9, I will look into implementing any -new Java 9 API changes (if any). - ## Major API Refactor - **One Instance to Rule Them All (JVM)**