Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeniorZhai committed May 7, 2022
1 parent e5db7d5 commit c0747aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v0.5.5
- Add search user

### v0.5.4
- Support Encrypted Protocol
- Add PIN desciptions into README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
Add the dependency
```
dependencies {
implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.1'
implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
添加库
```
dependencies {
implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.1'
implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configurations {

dependencies {
implementation project(":library")
// implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.1'
// implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.5'

// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
Expand Down

0 comments on commit c0747aa

Please sign in to comment.