Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
Summary: Minor version bump as stetho rename is a breaking change.

Reviewed By: IanChilds

Differential Revision: D5163535

fbshipit-source-id: 0e49873a40e864b1d3cbb5b60d28da499b0c30d9
  • Loading branch information
passy authored and facebook-github-bot committed Jun 1, 2017
1 parent 522159f commit 856b62c
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 @@ -51,7 +51,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.1-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.2.1
litho-version: 0.3.0
litho-snapshot-version: 0.2.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.2.2-SNAPSHOT
VERSION_NAME=0.3.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 856b62c

Please sign in to comment.