Skip to content

Commit

Permalink
Updated the library to the last changelogs (July 2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
N7ghtm4r3 committed Jul 11, 2023
1 parent 977cb56 commit 2319dc3
Show file tree
Hide file tree
Showing 23 changed files with 5,761 additions and 104 deletions.
53 changes: 24 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BinanceManager
**v2.0.2**
**v2.0.3**

This is a Java Based library useful to work with Binance's API service.

Expand All @@ -23,7 +23,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.N7ghtm4r3:BinanceManager:2.0.2'
implementation 'com.github.N7ghtm4r3:BinanceManager:2.0.3'
}
```

Expand All @@ -45,7 +45,7 @@ dependencies {
<dependency>
<groupId>com.github.N7ghtm4r3</groupId>
<artifactId>BinanceManager</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```

Expand Down
Loading

0 comments on commit 2319dc3

Please sign in to comment.