From aeca631f9e17a249f782e6f693080cdbeac605df Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Wed, 8 Apr 2020 11:59:38 +0200 Subject: [PATCH] Release 1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d429777..ea71cf7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { - Add the dependency ```groovy -implementation 'com.github.DaikonWeb:daikon-lambda:0.1.1' +implementation 'com.github.DaikonWeb:daikon-lambda:1.0.0' ``` ### Maven @@ -44,7 +44,7 @@ implementation 'com.github.DaikonWeb:daikon-lambda:0.1.1' com.github.DaikonWeb daikon-lambda - 0.1.1 + 1.0.0 ```