diff --git a/README.md b/README.md index 94b5110..8d076b6 100755 --- a/README.md +++ b/README.md @@ -44,18 +44,18 @@ With the exception of long custom tags, none of the errors those checks look for ## Download The Kotlin extensions for Timber are distributed with [JCenter](https://bintray.com/ajalt/maven/timberkt) and -[JitPack](https://jitpack.io/#ajalt/timberkt/1.4.0). +[JitPack](https://jitpack.io/#ajalt/timberkt/1.5.0). Make sure one either JCenter or JitPack is included in your repository list, then you can add timberkt to your project: ```groovy -implementation 'com.github.ajalt:timberkt:1.4.0' +implementation 'com.github.ajalt:timberkt:1.5.0' ``` ## Documentation -[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/1.4.0/javadoc/timberkt/com.github.ajalt.timberkt/index.html). +[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/1.5.0/javadoc/timberkt/com.github.ajalt.timberkt/index.html). ## License diff --git a/gradle.properties b/gradle.properties index 54307e2..6ee67f2 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=1.4.0 -VERSION_CODE=5 +VERSION_NAME=1.5.0 +VERSION_CODE=6 GROUP=com.github.ajalt