diff options
author | bush <101901339+therealbush@users.noreply.github.com> | 2022-04-24 10:11:45 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 10:11:45 -1000 |
commit | 152bdde7629823322e8920fb62778844ae11af1b (patch) | |
tree | 8bfc8a797945354393e190b34300b9920c5cc028 | |
parent | 6b2e4191bfe95abacb962ddb0820a995a671db7c (diff) | |
download | eventbus-kotlin-152bdde7629823322e8920fb62778844ae11af1b.tar.gz eventbus-kotlin-152bdde7629823322e8920fb62778844ae11af1b.tar.bz2 eventbus-kotlin-152bdde7629823322e8920fb62778844ae11af1b.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' } ``` |