Skip to content

Commit

Permalink
Prepare for next dev version
Browse files Browse the repository at this point in the history
Summary:
Prep for the next release

allow-large-files

Reviewed By: colriot

Differential Revision: D21352502

fbshipit-source-id: 5b5d2358350ed59d5015d500e11dff1234baa87d
  • Loading branch information
adityasharat authored and facebook-github-bot committed May 1, 2020
1 parent 4afdebb commit 0aab52c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.35.1-SNAPSHOT

_TBA_

For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.35.0...master).

## Version 0.35.0

_2020-05-01_
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repository: "facebook/litho"

# These can be used in documentation with e.g. {{site.litho-version}}
litho-version: 0.35.0
litho-snapshot-version: 0.34.1-SNAPSHOT
litho-snapshot-version: 0.35.1-SNAPSHOT
soloader-version: 0.5.1

# 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 @@ -14,7 +14,7 @@

# Project-wide Gradle settings.

VERSION_NAME=0.35.0
VERSION_NAME=0.35.1-SNAPSHOT
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 0aab52c

Please sign in to comment.