Skip to content

Commit b557520

Browse files
Peng Jiangfacebook-github-bot
Peng Jiang
authored andcommitted
Release version 0.49.1
Summary: Release version 0.49.1 Reviewed By: adityasharat Differential Revision: D54850829 fbshipit-source-id: 66f33b8e302ec14b1eed1f4358a079c7e80e2a79
1 parent 89a53b3 commit b557520

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

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

10+
## Version 0.49.1
11+
_2024-03-13_
12+
13+
* [BREAKING] move litho-core-kotlin to litho-core module
14+
* Converted more code to Kotlin
15+
1016
## Version 0.49.0
1117

1218
_2024-02-01_

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Project-wide Gradle settings.
1616

17-
VERSION_NAME=0.50.0-SNAPSHOT
17+
VERSION_NAME=0.49.1
1818
GROUP=com.facebook.litho
1919

2020
SONATYPE_STAGING_PROFILE=comfacebook

website/versionConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// and refer to the version as: e.g. {{site.lithoVersion}}
2323

2424
export const site = {
25-
lithoVersion: '0.49.0',
25+
lithoVersion: '0.49.1',
2626
lithoSnapshotVersion: '0.50.0-SNAPSHOT',
2727
soloaderVersion: '0.10.5',
2828
flipperVersion: '0.142.0',

0 commit comments

Comments
 (0)