diff --git a/README.md b/README.md index b53793e..b1fb743 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test Grab via Gradle: ```groovy -testImplementation 'com.jraska.livedata:testing:0.5.0' -testImplementation 'com.jraska.livedata:testing-ktx:0.5.0' // If you are Kotlin positive +testImplementation 'com.jraska.livedata:testing:0.6.0' +testImplementation 'com.jraska.livedata:testing-ktx:0.6.0' // If you are Kotlin positive ``` -If you are not using `androidx` namespace yet, please use version 0.2.0. Explanation [here](https://android-developers.googleblog.com/2018/05/hello-world-androidx.html). +If you are not using `androidx` namespace yet, please use version `0.2.0`. Explanation [here](https://android-developers.googleblog.com/2018/05/hello-world-androidx.html). ## Philosophy diff --git a/build.gradle b/build.gradle index a387b3d..b507528 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,6 @@ task clean(type: Delete) { } ext { - version = '0.5.0' - versionCode = 8 + version = '0.6.0' + versionCode = 9 }