From a9e3ab5e0034e94884c6b401544f84e72953b4b4 Mon Sep 17 00:00:00 2001 From: AJ Date: Wed, 24 Apr 2024 14:05:57 -0700 Subject: [PATCH] Release version 2.5.0 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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