Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
Summary: Version bump

Reviewed By: emilsjolander

Differential Revision: D5414931

fbshipit-source-id: e3bedce089417a4a716056a5351e7d55ead0f2d8
  • Loading branch information
passy authored and facebook-github-bot committed Jul 13, 2017
1 parent bb4d13b commit 6eb6c69
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.5.2-SNAPSHOT',
yoga : 'com.facebook.yoga:yoga:1.5.1',
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.0
litho-version: 0.4.1
litho-snapshot-version: 0.4.1-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.1-SNAPSHOT
VERSION_NAME=0.4.1
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 6eb6c69

Please sign in to comment.