diff --git a/docs/getting-started.md b/docs/getting-started.md index 3c2db0975..df22dbdb2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -31,7 +31,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.sonar:sonar:0.0.10' + debugImplementation 'com.facebook.sonar:sonar:0.6.11' } ``` diff --git a/gradle.properties b/gradle.properties index 8628178ee..4667e3901 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.0.10 +VERSION_NAME=0.6.11 GROUP=com.facebook.sonar POM_URL=https://github.com/facebook/sonar POM_SCM_URL=https://github.com/facebook/sonar.git