KStateMachine / kstatemachine

KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
358 stars 21 forks source link

Versions #88

Closed oyanyev closed 8 months ago

oyanyev commented 8 months ago

Hi!

I am wondering if all artifacts should have same version? Because now it is not like this:

    io.github.nsk90:kstatemachine-jvm:0.25.0
    io.github.nsk90:kstatemachine-coroutines-jvm:0.24.1
nsk90 commented 8 months ago

Hi, you are right, looks I forgot to publish second artifact. I will check this.

nsk90 commented 8 months ago

this is strange, both artifacts are published in a single step. will try to publish as 0.25.1 again..

oyanyev commented 8 months ago

:white_check_mark: Can use 0.25.1 for both