Skip to content

Commit

Permalink
Release version 2.0.0-beta14
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 27, 2023
1 parent 1c74345 commit 88d8fc2
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-beta14
### Added
- `Terminal.rawPrint` which allows you to print ANSI codes manually. [(#91)](https://github.com/ajalt/mordant/issues/91)
- Option to disable trailing line breaks on animations.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Mordant is distributed through Maven Central.

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

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

kotlin.mpp.stability.nowarn=true

Expand Down

0 comments on commit 88d8fc2

Please sign in to comment.