From f5de29f07efb2a549b18b8dc41996947d5303599 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 24 Apr 2023 13:54:08 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a79bf3..6072ddf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ repositories { } dependencies { - implementation 'dev.romainguy:v9:0.1.1' + implementation 'dev.romainguy:v9:0.2.0' } ```