diff --git a/docs/getting-started.md b/docs/getting-started.md index 61b83a032..d3045f797 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -87,7 +87,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.17.2-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.18.1-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.5.1' } ``` diff --git a/gradle.properties b/gradle.properties index 82a7e536a..ae2fd1c1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.18.0 +VERSION_NAME=0.18.1-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git