Skip to content

Commit

Permalink
version: 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Sep 12, 2018
1 parent facac22 commit 73764a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased

## 0.15.1
* Fix "Boolean configuration cannot be set with boolean values from Kotlin DSL" (#60)

## 0.15.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(JavaCompile) {
}
sourceCompatibility = 1.7

version = "0.15.1-SNAPSHOT"
version = "0.15.1"
group = "com.commercehub.gradle.plugin"

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 73764a6

Please sign in to comment.