Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
really bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 21, 2017
1 parent 836a9e7 commit 22025c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.0.11'
version '0.0.12'

buildscript {
ext.kotlin_version = '1.1.0-beta-17'
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/sanity/kweb/RootReceiver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlin.reflect.KClass
import kotlin.reflect.jvm.jvmName

class RootReceiver(private val clientId: String, internal val cc: ClientConduit, val response: String? = null) {
private val plugins: Set<KClass<KWebPlugin>> by lazy {
private val plugins: Set<KClass<out KWebPlugin>> by lazy {
cc.plugins.map { it::class }.toSet()
}

Expand Down

0 comments on commit 22025c6

Please sign in to comment.