Skip to content

Commit

Permalink
Release version 2.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Feb 27, 2022
1 parent d032026 commit a6a2e7d
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-beta5
### Added
- Progress bars and other single-line animations are now supported in the IntelliJ console [(#49)](https://github.com/ajalt/mordant/issues/49)
- Added `bottomTitle` to `Panel`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Mordant is distributed through Maven Central.

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

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-beta4
VERSION_NAME=2.0.0-beta5

kotlin.mpp.stability.nowarn=true

0 comments on commit a6a2e7d

Please sign in to comment.