aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbush <101901339+therealbush@users.noreply.github.com>2022-04-24 10:11:45 -1000
committerGitHub <noreply@github.com>2022-04-24 10:11:45 -1000
commit152bdde7629823322e8920fb62778844ae11af1b (patch)
tree8bfc8a797945354393e190b34300b9920c5cc028
parent6b2e4191bfe95abacb962ddb0820a995a671db7c (diff)
downloadeventbus-kotlin-152bdde7629823322e8920fb62778844ae11af1b.tar.gz
eventbus-kotlin-152bdde7629823322e8920fb62778844ae11af1b.tar.bz2
eventbus-kotlin-152bdde7629823322e8920fb62778844ae11af1b.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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'
}
```