From 81e1b89b403990c678b79c620da9c0bcf8ff7d89 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 11 Jul 2018 09:30:59 -0700 Subject: [PATCH] v0.6.11 (#150) Summary: Depends on #149. Version bump for Android to bring it in line with the top-level version. Pull Request resolved: https://github.com/facebook/Sonar/pull/150 Reviewed By: priteshrnandgaonkar Differential Revision: D8804324 Pulled By: passy fbshipit-source-id: 6c796f34cf064f117b6195b3c88d9b5c100f8dbb --- docs/getting-started.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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