From b33bed4f7bf1823eeedb326a2e214b124b919bb8 Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Thu, 9 Apr 2020 11:33:32 +0200 Subject: [PATCH] Release 1.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40e8b61..61315b6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { - Add the dependency ```groovy -implementation 'com.github.DaikonWeb:daikon-lambda:1.2.0' +implementation 'com.github.DaikonWeb:daikon-lambda:1.3.0' ``` ### Maven @@ -44,7 +44,7 @@ implementation 'com.github.DaikonWeb:daikon-lambda:1.2.0' com.github.DaikonWeb daikon-lambda - 1.2.0 + 1.3.0 ```