Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
- Update to latest Timber version
- Allow null Throwables in log functions
  • Loading branch information
ajalt committed Apr 18, 2018
1 parent 5d18d19 commit f6b1854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=1.4.0
VERSION_CODE=5
VERSION_NAME=1.5.0
VERSION_CODE=6
GROUP=com.github.ajalt

0 comments on commit f6b1854

Please sign in to comment.