From 4a07588ae00f1d0b327c27d63239bbd647ade02b Mon Sep 17 00:00:00 2001 From: blainks Date: Wed, 7 Jan 2026 19:05:30 +0000 Subject: [PATCH] Release 1.4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e06469..825b31f 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.4.4") + implementation("com.blainks:blaink:1.4.5") } ```