From 757fb2ef9a804552c63249576e7eb55181335066 Mon Sep 17 00:00:00 2001 From: AJ Alt Date: Sat, 23 Jun 2018 14:54:53 -0700 Subject: [PATCH] Release version 1.5.1 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 gradle.properties diff --git a/README.md b/README.md index 8bd9d14..875b320 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,15 @@ With the exception of long custom tags, none of the errors those checks look for The Kotlin extensions for Timber are distributed with Maven Central, [JCenter](https://bintray.com/ajalt/maven/timberkt) and -[JitPack](https://jitpack.io/#ajalt/timberkt/1.5.0). +[JitPack](https://jitpack.io/#ajalt/timberkt/1.5.1). ```groovy -implementation 'com.github.ajalt:timberkt:1.5.0' +implementation 'com.github.ajalt:timberkt:1.5.1' ``` ## Documentation -[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/1.5.0/javadoc/timberkt/com.github.ajalt.timberkt/index.html). +[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/1.5.1/javadoc/timberkt/com.github.ajalt.timberkt/index.html). ## License diff --git a/gradle.properties b/gradle.properties old mode 100755 new mode 100644 index 6ee67f2..a7394ad --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=1.5.0 +VERSION_NAME=1.5.1 VERSION_CODE=6 GROUP=com.github.ajalt