We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381b507 commit 70640edCopy full SHA for 70640ed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v0.5.1
2
+- Fix decrypt response of API `/network/snapshots`
3
+- Add UserTransferDemo for kotlin
4
+
5
### v0.5.0
6
- Fix API `/output` response type
7
- Add samples for API `/output`
README.md
@@ -16,7 +16,7 @@ allprojects {
16
Add the dependency
17
```
18
dependencies {
19
- implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.0'
+ implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.1'
20
}
21
22
0 commit comments