diff --git a/docs/getting-started.md b/docs/getting-started.md index dc03c0f0a09..7bd839480c2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -38,7 +38,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.sonar:sonar:0.6.12' + debugImplementation 'com.facebook.sonar:sonar:0.6.13' } ``` diff --git a/gradle.properties b/gradle.properties index 35bfb51f276..ed074fa93b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.6.12 +VERSION_NAME=0.6.13 GROUP=com.facebook.sonar POM_URL=https://github.com/facebook/sonar POM_SCM_URL=https://github.com/facebook/sonar.git