From 25e6fcdeab3f1e08b2024052eab500ff925a8afa Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 13 Dec 2025 23:29:47 +0100 Subject: [PATCH] update README bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198cc14..a265a51 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation("com.infendro:otp:1.2.1") + implementation("com.infendro:otp:1.2.2") } ```