Skip to content

Commit

Permalink
Release Mordant 2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Nov 1, 2020
1 parent 2b73f5c commit 62a9bf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Mordant has:
* Components for laying out our terminal output, including lists, tables, panels, and more
* Support for animating anything you can render, like progress bars and dashboards

##### This README documents Mordant 2.0, which is in alpha. [You can read the docs for Mordant 1.0 here.](https://github.com/ajalt/mordant/blob/caec61d9ae667431cfe07e12eb426b005ee2cf06/README.md)

## Usage

Create a `Terminal` instance, and import any enum entries you want from `TextColors` and
Expand Down Expand Up @@ -203,10 +205,12 @@ Mordant is distributed through Maven Central.

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

###### In version 2.0, the maven coordinates changed. Make sure you're using the new coordinates if you're updating from an older version.

## License

Copyright 2018-2020 AJ Alt
Expand Down

0 comments on commit 62a9bf9

Please sign in to comment.