diff --git a/CHANGELOG.md b/CHANGELOG.md index efd3cd15b..c79d7307c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 2.5.0 ### Added - Publish `linuxArm64` and `wasmJs` targets. diff --git a/README.md b/README.md index 03d39a7f6..312a85654 100644 --- a/README.md +++ b/README.md @@ -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") } ``` diff --git a/gradle.properties b/gradle.properties index 49bf3d0ef..4cadd02fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.4.0 +VERSION_NAME=2.5.0 kotlin.mpp.stability.nowarn=true