diff --git a/README.md b/README.md index 8de798a..ac63835 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can add the library via Gradle: ```kotlin dependencies { - implementation("dev.gitlive:firebase-java-sdk:0.3.1") + implementation("dev.gitlive:firebase-java-sdk:0.3.0") } ``` @@ -35,7 +35,7 @@ Or Maven: dev.gitlive firebase-java-sdk - 0.3.1 + 0.3.0 ```