Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
Summary: No big changes except for Yoga 1.6.0.

Reviewed By: IanChilds

Differential Revision: D5479533

fbshipit-source-id: 29ed9f0b28a7b8bbd67146aae2d7bb78d701b010
  • Loading branch information
passy authored and facebook-github-bot committed Jul 24, 2017
1 parent d225fd3 commit 2549fd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext.deps = [
soloader : 'com.facebook.soloader:soloader:0.2.0',
textlayoutbuilder : 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.1.0',
stetho : 'com.facebook.stetho:stetho:1.5.0',
yoga : 'com.facebook.yoga:yoga:1.6.1-SNAPSHOT',
yoga : 'com.facebook.yoga:yoga:1.6.0',
screenshot : 'com.facebook.testing.screenshot:core:0.4.2',
// Annotations
jsr305 : 'com.google.code.findbugs:jsr305:3.0.1',
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
litho-version: 0.5.0
litho-snapshot-version: 0.4.2-SNAPSHOT

# Use these color settings to determine your colour scheme for the site.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

org.gradle.jvmargs=-Xmx1536M

VERSION_NAME=0.4.2-SNAPSHOT
VERSION_NAME=0.5.0
GROUP=com.facebook.litho
POM_URL=https://github.com/facebook/litho
POM_SCM_URL=https://github.com/facebook/litho.git
Expand Down

0 comments on commit 2549fd7

Please sign in to comment.