From e34526570adcd707a22a6265bf482a95d4c5a719 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 7 Sep 2022 10:44:36 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf2915..b824c8b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation 'dev.romainguy:pathway:0.6.0' + implementation 'dev.romainguy:pathway:0.7.0' } ```