From 13b921d1088a5040c371c1d5684729dbfd3c484d Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 7 Jun 2022 18:39:56 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af78f82..f5d8ebc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ repositories { } dependencies { - implementation 'dev.romainguy:kotlin-math:1.3.0' + implementation 'dev.romainguy:kotlin-math:1.4.0' } ```