From 846e1b91e99f8409c8c97c2365134a3d4c7c2b68 Mon Sep 17 00:00:00 2001 From: blainks Date: Mon, 23 Feb 2026 10:09:28 +0000 Subject: [PATCH] Release 1.5.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1869cc5..1d87fe6 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.5.1") + implementation("com.blainks:blaink:1.5.3") } ```