Skip to content

Commit

Permalink
Release version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed May 12, 2020
1 parent 5d7c2c8 commit 1ff0a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## [Unreleased]

## [1.4.1] - 2020-05-12
### Fixed
- `RGB(255,255, 255).toLAB()` would throw an exception.
- Fix `RGB(255,255, 255).toLAB()` throwing an exception due to rounding precision.

## [1.4.0] - 2019-12-22
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can also render any color in CSS `rgb` or `hsl` functional or whitespace not

## API Documentation

API docs are [hosted on JitPack](https://jitpack.io/com/github/ajalt/colormath/1.4.0/javadoc/).
API docs are [hosted on JitPack](https://jitpack.io/com/github/ajalt/colormath/1.4.1/javadoc/).

## Installation

Expand All @@ -85,7 +85,7 @@ Colormath is distributed through Maven Central,

```groovy
dependencies {
compile 'com.github.ajalt:colormath:1.4.0'
compile 'com.github.ajalt:colormath:1.4.1'
}
```

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.4.0
VERSION_NAME=1.4.1

0 comments on commit 1ff0a2b

Please # to comment.