aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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'
}
```