From 9c63fd9e9d07b9ed6b1e1591d0350763ccb35bba Mon Sep 17 00:00:00 2001 From: Ricardo Matias Date: Fri, 26 Feb 2021 08:58:05 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b16fbc4..0274a24 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ repositories { } dependencies { - compile "com.github.ricardomatias:delaunator:1.0.1" + compile "com.github.ricardomatias:delaunator:1.0.2" } ```