Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
- Add Timber.DebugTree() alias
- Update to kotlin 1.2 and timber 4.6.0
  • Loading branch information
ajalt committed Feb 10, 2018
1 parent 13347e2 commit 5242647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@ With the exception of long custom tags, none of the errors those checks look for

## Download

The Kotlin extensions for Timber are distributed with [JitPack](https://jitpack.io/#ajalt/timberkt/1.3.0).
The Kotlin extensions for Timber are distributed with [JitPack](https://jitpack.io/#ajalt/timberkt/1.4.0).

```groovy
repositories {
maven { url "https://jitpack.io" }
}
compile 'com.github.ajalt:timberkt:1.3.0'
compile 'com.github.ajalt:timberkt:1.4.0'
```

## Documentation

[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/master-1.2.0-g4971e87-7/javadoc/timberkt/com.github.ajalt.timberkt/index.html).
[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/master-1.4.0-g4971e87-7/javadoc/timberkt/com.github.ajalt.timberkt/index.html).

## License

```
Copyright 2017 AJ Alt
Copyright 2017-2018 AJ Alt
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the 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.3.0
VERSION_CODE=4
VERSION_NAME=1.4.0
VERSION_CODE=5
GROUP=com.github.ajalt

0 comments on commit 5242647

Please sign in to comment.