mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-12-23 05:07:12 +00:00
0.3.0
This commit is contained in:
parent
b91240149b
commit
6925e309eb
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
@ -0,0 +1,4 @@
|
||||
# 0.3.0
|
||||
|
||||
* Now `results` field of `SauceNaoAnswer` is optional and is empty list by default
|
||||
|
@ -1,4 +1,4 @@
|
||||
project.version = "0.2.2"
|
||||
project.version = "0.3.0"
|
||||
project.group = "com.github.insanusmokrassar"
|
||||
|
||||
buildscript {
|
||||
|
@ -5,5 +5,5 @@ import kotlinx.serialization.Serializable
|
||||
@Serializable
|
||||
data class SauceNaoAnswer(
|
||||
val header: Header,
|
||||
val results: List<Result>
|
||||
val results: List<Result> = emptyList()
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user