From 31b6de2c01fb192d25234628822d4197fec7d2eb Mon Sep 17 00:00:00 2001 From: blainks Date: Tue, 30 Dec 2025 22:33:27 +0000 Subject: [PATCH] Release 1.4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a64dcf2..eccd720 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the dependency to your app's `build.gradle.kts`: ```kotlin dependencies { - implementation("com.blainks:blaink:1.3.74") + implementation("com.blainks:blaink:1.4.2") } ```