From 340c766c213a89fd6b366e54ba23ccf0727320e1 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 17 May 2018 02:57:06 -0700 Subject: [PATCH] v0.15.0 Summary: Release. Reviewed By: marco-cova Differential Revision: D8040909 fbshipit-source-id: ba14055689dd814549886a7b1f2418c412c855d8 --- docs/_config.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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