Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
Improved color normalization and single-instance-lock
  • Loading branch information
milux committed Nov 11, 2018
2 parents b49ea2e + 8754f1c commit e24a12d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.1.0
- Improved/simplified color calculation/normalization
- Added file-lock to prevent multiple simultaneous instances

### Version 1.0.1
- Clarified documentation for build instructions

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group 'de.milux.ppcolor'
version '1.0.2'
version '1.1.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit e24a12d

Please sign in to comment.