diff --git a/README.md b/README.md index 6281f4d..bc132aa 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.4.2") + implementation("dev.gitlive:firebase-java-sdk:0.4.3") } ``` @@ -35,7 +35,7 @@ Or Maven: dev.gitlive firebase-java-sdk - 0.4.2 + 0.4.3 ```