Skip to content

Commit

Permalink
[version] Up version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk90 committed Sep 5, 2022
1 parent ab54598 commit e8fef09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/ru/nsk/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
// library
const val libraryGroup = "ru.nsk"
const val libraryVersion = "0.13.0"
const val libraryVersion = "0.14.0"

// tools
const val kotlin = "1.7.10"
Expand All @@ -13,6 +13,6 @@ object Versions {
const val apiVersion = "1.4"

// dependencies
const val mockk = "1.12.5"
const val kotest = "5.4.0"
const val mockk = "1.12.7"
const val kotest = "5.4.2"
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ choiceState {
}
```

### History states
### History state

There are two types of history states, shallow and deep. Shallow history state is used to represent the most recently
active child (its neighbour) of a parent state. It does not recurse into this child's active configuration (sub states),
Expand Down

0 comments on commit e8fef09

Please sign in to comment.