Skip to content

Commit

Permalink
Release version 2.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 12, 2022
1 parent 6f58d55 commit d7026d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.0.0-beta7
### Added
- Functionality for reading user input: `Terminal.readLineOrNull`, `Terminal.prompt` and various `Prompt` classes
- `TerminalRecorder` that saves output to memory rather than printing it.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Mordant is distributed through Maven Central.

```groovy
dependencies {
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta6")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta7")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=2.0.0-beta6
VERSION_NAME=2.0.0-beta7

kotlin.mpp.stability.nowarn=true

0 comments on commit d7026d5

Please sign in to comment.