diff --git a/docs/_config.yml b/docs/_config.yml index cd12c0d9941..8c3509178dc 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.14.0 +litho-version: 0.15.0 litho-snapshot-version: 0.14.1-SNAPSHOT # Use these color settings to determine your colour scheme for the site. diff --git a/gradle.properties b/gradle.properties index 4556bc380ed..669f3936fa1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.14.1-SNAPSHOT +VERSION_NAME=0.15.0 GROUP=com.facebook.litho POM_URL=https://github.com/facebook/litho POM_SCM_URL=https://github.com/facebook/litho.git