Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Oct 14, 2024
1 parent 746629a commit 6f347b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v0.1.1:
- Better support for RTL languages (#85)
- Update Compose to `BOM 2024.09.03` and other updates of dependencies.

# v0.1.0:
- Import Semantics color and typography from compound tokens.
- Replace avatar colors with updated values.
Expand Down
2 changes: 1 addition & 1 deletion compound/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
signAllPublications()

coordinates("io.element.android", "compound-android", "0.1.0")
coordinates("io.element.android", "compound-android", "0.1.1")
if (!providers.gradleProperty("mavenCentralUsername").isPresent) {
println("No maven central provider")
}
Expand Down

0 comments on commit 6f347b4

Please sign in to comment.