Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
Bump up kotlin
  • Loading branch information
importre committed Apr 26, 2017
1 parent 87a8b4c commit ce69608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.0'
ext.kotlin_version = '1.1.2'
ext.dokka_version = '0.9.13'

repositories {
Expand All @@ -22,7 +22,7 @@ apply plugin: 'maven-publish'

def _group = 'com.importre'
def _artifact = 'kotlin-unwrap'
def _version = '0.3.0'
def _version = '0.3.1'
def _githubUrl = 'https://github.com/importre/kotlin-unwrap'

group _group
Expand Down

0 comments on commit ce69608

Please sign in to comment.