Skip to content

Commit b879691

Browse files
authored
Merge pull request #8 from Bindambc/update-version
update version pom.xml
2 parents f82c43d + a78d8dd commit b879691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.binance.api</groupId>
88
<artifactId>binance-api-client</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<licenses>
1111
<license>
1212
<name>The MIT License</name>

src/main/java/com/binance/api/client/BinanceApiAsyncMarginRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.util.List;
1212

1313
/**
14-
* Binance API façade, supporting asynchronous/non-blocking access Binance's Margin REST API.
14+
* Binance API facade, supporting asynchronous/non-blocking access Binance's Margin REST API.
1515
*/
1616
public interface BinanceApiAsyncMarginRestClient {
1717

0 commit comments

Comments
 (0)