Skip to content

Commit

Permalink
Merge branch 'hotfix/kotlin0.12.412'
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatvoet committed Jun 14, 2015
2 parents a129a8e + 04cd9aa commit 3dd8a19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ control.value = 1.0
```

## Getting started
This version is build against `kotlin-stdlib:0.12.200`.
This version is build against `kotlin-stdlib:0.12.412`.

###Gradle
```groovy
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

buildscript {
ext.kotlinVersion = '0.12.200'
ext.kotlinVersion = '0.12.412'
ext.extraConfVersion = '2.2.+'

repositories {
Expand All @@ -38,7 +38,7 @@ apply from: "${rootProject.projectDir}/gradle/versions.gradle"

allprojects {
ext {
appVersion = '0.1.0'
appVersion = '0.1.1'
appGroup = 'nl.komponents.progress'


Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ control.value = 1.0
```

## Getting started
This version is build against `kotlin-stdlib:0.12.200`.
This version is build against `kotlin-stdlib:0.12.412`.

###Gradle
```groovy
Expand Down

0 comments on commit 3dd8a19

Please sign in to comment.