Skip to content

Commit

Permalink
Release version 2.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Feb 2, 2021
1 parent 1628492 commit 438e13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Mordant is distributed through Maven Central.

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

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-alpha1
VERSION_NAME=2.0.0-alpha2

kotlin.mpp.stability.nowarn=true

0 comments on commit 438e13d

Please sign in to comment.