3 Commits

Author SHA1 Message Date
c26cad2ed4 [RELEASE] - release version: 0.4.0 2024-12-10 23:47:01 +01:00
32bfd089fd update Device response 2024-12-10 19:33:12 +01:00
b3bef7cd6d [RELEASE] - bump version 2024-11-30 18:54:53 +01:00
2 changed files with 2 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
kotlin.code.style=official kotlin.code.style=official
version=0.3.0 version=0.4.0
catalog=0.5.0 catalog=0.6.0

View File

@@ -11,9 +11,6 @@ object Device {
data class Response( data class Response(
val id: UUID, val id: UUID,
val type: UUID, val type: UUID,
)
data class Identity(
val identity: String, val identity: String,
) )
} }