From 30e0a545c4efd3fdc57fbb8398ea60857f57ba66 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 2 Oct 2025 11:10:22 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd1df3..48e5f7d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation("com.infendro:migration:1.0.0") + implementation("com.infendro:migration:1.1.0") } ```