diff options
Diffstat (limited to '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' } ``` |