Release 1.5.1

This commit is contained in:
2026-02-22 19:53:31 +00:00
parent a290b478d3
commit 94b12d93e4

View File

@@ -22,7 +22,7 @@ Add the dependency to your app's `build.gradle.kts`:
```kotlin ```kotlin
dependencies { dependencies {
implementation("com.blainks:blaink:1.5.0") implementation("com.blainks:blaink:1.5.1")
} }
``` ```