Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
- Add functions for generating ANSI cursor movement
- Add ability to generate ANSI color code from and colormath color
object.
- Update colormath to 1.2.0
  • Loading branch information
ajalt committed Aug 19, 2018
1 parent 0143838 commit 3991ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ with(TermColors()) {

<img src=".github/example_hsv.png">

## API Documentation

API docs are [hosted on JitPack](https://jitpack.io/com/github/ajalt/mordant/1.2.0/javadoc/com/github/ajalt/mordant/TermColors.html).

## Installation

Mordant is distributed through Maven Central,
Expand All @@ -105,7 +109,7 @@ Mordant is distributed through Maven Central,

```groovy
dependencies {
implementation 'com.github.ajalt:mordant:1.1.0'
implementation 'com.github.ajalt:mordant:1.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.ajalt
VERSION_NAME=1.1.0
VERSION_NAME=1.2.0

0 comments on commit 3991ef4

Please sign in to comment.