diff --git a/docs/_config.yml b/docs/_config.yml index b2e85e4418c..dbba6e67756 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.9.0 +litho-version: 0.10.0 litho-snapshot-version: 0.9.1-SNAPSHOT # Use these color settings to determine your colour scheme for the site. diff --git a/gradle.properties b/gradle.properties index 2f51171db25..4fb9c59b6e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=0.9.1-SNAPSHOT +VERSION_NAME=0.10.0 GROUP=com.facebook.litho POM_URL=https://github.com/facebook/litho POM_SCM_URL=https://github.com/facebook/litho.git