diff --git a/docs/getting-started.md b/docs/getting-started.md index 917474ec7..a453ed682 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -44,7 +44,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.6.17' + debugImplementation 'com.facebook.flipper:flipper:0.6.18' } ``` diff --git a/gradle.properties b/gradle.properties index 2adb8cda0..a0feb1c7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.6.18-SNAPSHOT +VERSION_NAME=0.6.18 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git