From fa687f9b5629157947471b0f15ae2a9f61346c3e Mon Sep 17 00:00:00 2001 From: blainks Date: Mon, 29 Dec 2025 21:54:43 +0000 Subject: [PATCH] Release 1.3.72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51c0d29..076da6a 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.71") + implementation("com.blainks:blaink:1.3.72") } ```