diff --git a/docs/_config.yml b/docs/_config.yml index 1411af859f9..fcaa5a58e26 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,7 +35,7 @@ ghrepo: "facebook/litho" repository: "facebook/litho" # These can be used in documentation with e.g. {{site.litho-version}} -litho-version: 0.17.0 +litho-version: 0.18.0 litho-snapshot-version: 0.17.1-SNAPSHOT soloader-version: 0.5.1 diff --git a/gradle.properties b/gradle.properties index de6a6a653b6..4bf18515119 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.17.1-SNAPSHOT +VERSION_NAME=0.18.0 GROUP=com.facebook.litho POM_URL=https://github.com/facebook/litho POM_SCM_URL=https://github.com/facebook/litho.git