Skip to content

Commit

Permalink
Up version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
faystmax committed Sep 27, 2020
1 parent c4af3e4 commit 143a342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
Add dependency
```groovy
dependencies {
implementation 'com.github.faystmax:binance-api-client:1.0.1'
implementation 'com.github.faystmax:binance-api-client:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.faystmax'
version = '1.0.1'
version = '1.0.2'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 143a342

Please sign in to comment.