From 2fbf969a17ef3ece5269f6ca042a3457d195de4a Mon Sep 17 00:00:00 2001 From: pilgr Date: Thu, 26 Jan 2017 14:22:32 +0200 Subject: [PATCH] Update Readme for version 0.9 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeab711..bb713a9 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ As you see in the example above, you can write asynchronous code in a imperative ## Dependency ```Groovy -compile 'co.metalab.asyncawait:asyncawait:0.8' +compile 'co.metalab.asyncawait:asyncawait:0.9' ``` -Library is built upon preview version of Kotlin 1.1-M4, see [how to set it up](#how-to-setup). +Library is built upon beta version of Kotlin 1.1.0-beta-22, see [how to set it up](#how-to-setup). ## Usage @@ -179,7 +179,7 @@ As for now Kotlin 1.1 is not released yet, you have to download and setup latest * Make sure you have similar config in the main `build.gradle` ``` buildscript { - ext.kotlin_version = '1.1-M04' + ext.kotlin_version = '1.1.0-beta-22' repositories { ... maven {