From d97848713f8192adab497de452d92e5ac1a5722b Mon Sep 17 00:00:00 2001 From: kssujithcj Date: Tue, 24 Jan 2023 12:24:29 +0530 Subject: [PATCH] bumped up version number on pom file and updated readme --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 599cfce..de81fb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# The Kite Connect 3.3.1 API Java client +# The Kite Connect 3.3.2 API Java client The official Java client for communicating with [Kite Connect API](https://kite.trade). Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (WebSockets), and more, with the simple HTTP API collection. @@ -13,7 +13,7 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t ## Usage - [Download Kite Connect 3 jar file](https://github.com/zerodhatech/javakiteconnect/tree/master/dist) and include it in your build path. -- Include com.zerodhatech.kiteconnect into build path from maven. Use version 3.3.1 +- Include com.zerodhatech.kiteconnect into build path from maven. Use version 3.3.2 - To use javakiteconnect in **Android**, you need to include jar file in the libs directory and add the following line in you module's gradle file ``` compile files('libs/kiteconnect.jar') ``` diff --git a/pom.xml b/pom.xml index fde08bf..256960a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.zerodhatech.kiteconnect kiteconnect - 3.3.1 + 3.3.2 jar