Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr committed Sep 21, 2016
1 parent 745f597 commit 7c92ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The Kotlin compiler responsibility is to convert _coroutine_ (everything inside
# How to use it
Add library dependency into your app's `build.gradle`
```Groovy
compile 'co.metalab.asyncawait:asyncawait:0.5'
compile 'co.metalab.asyncawait:asyncawait:0.6'
```

As for now Kotlin 1.1 is not released yet, you have to download and setup latest Early Access Preview release.
Expand Down
2 changes: 1 addition & 1 deletion asyncawait/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// This is the library version used when deploying the artifact
version = "0.5-alpha2"
version = "0.6"

def siteUrl = 'https://github.com/metalabdesign/AsyncAwait' // Homepage URL of the library
def gitUrl = 'https://github.com/metalabdesign/AsyncAwait.git' // Git repository URL
Expand Down

0 comments on commit 7c92ebd

Please sign in to comment.