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

Commit

Permalink
fix stupid build error, bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 28, 2017
1 parent 5d92a12 commit a42a57e
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.22'
version '0.0.23'

buildscript {
ext.kotlin_version = '1.1.0-beta-17'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import com.github.sanity.kweb.dom.element.events.ONReceiver
* Created by ian on 1/24/17.
*/

fun ONReceiver.mdlComponentUpgraded(callback: Element.(String) -> Unit) = event("mdl-componentupgraded",, callback)
fun ONReceiver.mdlComponentUpgraded(callback: Element.(String) -> Unit) = event("mdl-componentupgraded", callback)

0 comments on commit a42a57e

Please sign in to comment.