Skip to content

Commit

Permalink
Release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 23, 2018
1 parent b7f3ddf commit 757fb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=1.5.0
VERSION_NAME=1.5.1
VERSION_CODE=6
GROUP=com.github.ajalt

0 comments on commit 757fb2e

Please sign in to comment.