From ce33859d2db2bdafc670c1c54a10373f1e5e6e0d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 4 Jul 2018 10:11:41 -0700 Subject: [PATCH] v0.0.9 (#126) Summary: Bump version. Depends on #125. Closes https://github.com/facebook/Sonar/pull/126 Reviewed By: danielbuechele Differential Revision: D8731964 Pulled By: priteshrnandgaonkar fbshipit-source-id: cac1100208435c2830a572d8a2a318f4c87516ec --- 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 ef99f9fed..624d2c3fd 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -35,7 +35,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.sonar:sonar:0.0.8' + debugImplementation 'com.facebook.sonar:sonar:0.0.9' } ``` diff --git a/gradle.properties b/gradle.properties index 1410333c1..d9e57788f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.0.8 +VERSION_NAME=0.0.9 GROUP=com.facebook.sonar POM_URL=https://github.com/facebook/sonar POM_SCM_URL=https://github.com/facebook/sonar.git