From 04fc304a8f1564e22ed4482b2971f2f1038123fe Mon Sep 17 00:00:00 2001 From: vendelieu Date: Sun, 6 Oct 2024 15:13:00 +0000 Subject: [PATCH] Bump library version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc4efd2..736ad73c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To use Re.This in your project, add the following dependency to your Gradle buil ```gradle dependencies { - implementation("eu.vendeli:re.this:0.1.4") + implementation("eu.vendeli:re.this:0.1.5") } ```