Skip to content

Commit e8fef09

Browse files
committed
[version] Up version to 0.14.0
1 parent ab54598 commit e8fef09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/ru/nsk/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Versions {
22
// library
33
const val libraryGroup = "ru.nsk"
4-
const val libraryVersion = "0.13.0"
4+
const val libraryVersion = "0.14.0"
55

66
// tools
77
const val kotlin = "1.7.10"
@@ -13,6 +13,6 @@ object Versions {
1313
const val apiVersion = "1.4"
1414

1515
// dependencies
16-
const val mockk = "1.12.5"
17-
const val kotest = "5.4.0"
16+
const val mockk = "1.12.7"
17+
const val kotest = "5.4.2"
1818
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ choiceState {
412412
}
413413
```
414414

415-
### History states
415+
### History state
416416

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

0 commit comments

Comments
 (0)