feat: use allay-api 0.1.2

This commit is contained in:
daoge 2025-01-04 17:49:38 +08:00 committed by GitHub
parent 944c04b9b8
commit 98aadc816b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,6 @@ object Versions {
}
object Allay {
const val api = "0.1.0"
const val api = "0.1.2"
}
}
}