Skip to content

Commit

Permalink
bumped up version number on pom file and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kssujithcj committed Jan 24, 2023
1 parent 7959b10 commit d978487
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
@@ -1,5 +1,5 @@
<a href="https://zerodha.tech"><img src="https://zerodha.tech/static/images/github-badge.svg" align="right" /></a>
# 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.
Expand All @@ -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') ```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.zerodhatech.kiteconnect</groupId>
<artifactId>kiteconnect</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<packaging>jar</packaging>

<distributionManagement>
Expand Down

0 comments on commit d978487

Please sign in to comment.