Skip to content

Commit

Permalink
Release verion 2.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 5, 2021
1 parent d448399 commit 0ed3da1
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-beta4
### Added
- `Spinner` widget that displays a looping animation
- `EmptyEidget` widget that can be used as a placeholder in layouts
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-beta3")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta4")
}
```

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

kotlin.mpp.stability.nowarn=true

0 comments on commit 0ed3da1

Please sign in to comment.