From 152bdde7629823322e8920fb62778844ae11af1b Mon Sep 17 00:00:00 2001 From: bush <101901339+therealbush@users.noreply.github.com> Date: Sun, 24 Apr 2022 10:11:45 -1000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07349c0..d7d8d17 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Add the release of your choice in the dependencies block: ```groovy dependencies { - implementation 'com.github.therealbush:eventbus-kotlin:1.0.0' + implementation 'com.github.therealbush:eventbus-kotlin:v1.0.1' } ``` -- cgit