Skip to content

Commit

Permalink
Release version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Apr 24, 2024
1 parent 182998e commit a9e3ab5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 2.5.0
### Added
- Publish `linuxArm64` and `wasmJs` targets.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Mordant is distributed through Maven Central.

```groovy
dependencies {
implementation("com.github.ajalt.mordant:mordant:2.4.0")
implementation("com.github.ajalt.mordant:mordant:2.5.0")
// optional extensions for running animations with coroutines
implementation("com.github.ajalt.mordant:mordant-coroutines:2.4.0")
implementation("com.github.ajalt.mordant:mordant-coroutines:2.5.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.4.0
VERSION_NAME=2.5.0

kotlin.mpp.stability.nowarn=true

Expand Down

0 comments on commit a9e3ab5

Please sign in to comment.