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 3d9eb45 commit 08a5d76Copy full SHA for 08a5d76
CHANGELOG.md
@@ -0,0 +1,3 @@
1
+### v0.5.0
2
+- Fix API `/output` response type
3
+- 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.4.8'
+ implementation 'com.github.MixinNetwork:bot-api-kotlin-client:v0.5.0'
20
}
21
22
0 commit comments