Skip to content

Commit

Permalink
Updated version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psh committed Jan 27, 2022
1 parent 457d7b9 commit 4c80d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![ktlint](https://img.shields.io/badge/Kotlin%20Multiplatform-%E2%9D%A4-FF4081)](https://kotlinlang.org/docs/multiplatform.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://travis-ci.com/psh/kotlin-state-machine.svg?token=1nouCzPFZQuPA3QYtpm8&branch=master)](https://travis-ci.com/psh/kotlin-state-machine)
[![Current Version](https://img.shields.io/badge/Version-0.1.0-1abc9c.svg)](https://shields.io/)
[![Current Version](https://img.shields.io/badge/Version-0.4.0-1abc9c.svg)](https://shields.io/)
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)

# kotlin-state-machine
Expand Down Expand Up @@ -368,4 +368,4 @@ state(Solid) {
```

Note: Be aware that the state machine _will be left in limbo_ (the transition will never complete) if none of the
success or failure methods are called.
success or failure methods are called.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coroutinesVersion = "1.6.0"
turbineVersion = "0.6.1"
mockkVersion = "1.12.1"
reflectVersion = "1.5.10"
stateMachineVersion = "0.3.0"
stateMachineVersion = "0.4.0"
junitVersion = "4.13.2"
retrofitVersion = "2.9.0"

Expand Down

0 comments on commit 4c80d91

Please sign in to comment.