diff --git a/README.md b/README.md index 2e34c176..158d9273 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Test **stateful** stuff **statelessly**, and reasonably. - [Composability](doc/COMPOSE.md). - [Modules](#modules) - [Examples](#examples) -- [Changelogs](doc/changelog) — [Latest](doc/changelog/2.1.1.md). +- [Changelogs](doc/changelog) — [Latest](doc/changelog/2.1.3.md). - [Support](#supportexamples) diff --git a/build.sbt b/build.sbt index 165194f5..64cd7121 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ name := "TestState" -version in ThisBuild := "2.1.3-SNAPSHOT" +version in ThisBuild := "2.1.3" val root = TestState.root val rootJVM = TestState.rootJVM