diff --git a/README.md b/README.md index b806c03..022c8e5 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.1.1") + implementation("dev.gitlive:firebase-java-sdk:0.1.2") } ``` @@ -35,7 +35,7 @@ Or Maven: dev.gitlive firebase-java-sdk - 0.1.1 + 0.1.2 ```