From 62a9bf9498953b177e8d48fc6fd5f332aa7d7faa Mon Sep 17 00:00:00 2001 From: AJ Date: Sun, 1 Nov 2020 10:16:52 -0800 Subject: [PATCH] Release Mordant 2.0.0-alpha1 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37904d1f2..3088a5a23 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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