Skip to content

Commit

Permalink
0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Oct 27, 2019
1 parent d9ff77b commit 731db4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
apply plugin: "de.fayard.buildSrcVersions"

group 'com.eden.kodiak'
version '0.4.1'
version '0.4.2'

// Config Values
//----------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion common/common-runner/src/main/kotlin/utils.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.copperleaf.kodiak.common

const val version = "0.4.1"
const val version = "0.4.2"

internal inline fun <T : Any?, U : Any?> List<T>.firstBy(mapper: (T)->U) : U {
return firstBy(mapper) { it != null }
Expand Down
2 changes: 2 additions & 0 deletions docs/src/orchid/resources/changelog/0.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Allows individual members to be suppressed from final documentation
- Allows configuration of accessibility of Swift documentation

0 comments on commit 731db4e

Please sign in to comment.