Skip to content

Commit 221fee3

Browse files
committed
Prepare for release 3.0.
1 parent 93ef169 commit 221fee3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version 3.0 *(2016-12-11)*
55
----------------------------
66

77
* Updated to Timber 4.4.0
8-
* Update slf4j-timber to work with Timber 4.+
8+
* Updated to SLF4J 1.7.21
99

1010

1111
Version 2.1 *(2015-09-01)*

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ slf4j-timber
77
Usage
88
-----
99

10-
Just put `slf4j-timber`, `timber` and `slf4j-api` (see note in Download) jars to
11-
your project and use `slf4j` like before:
10+
Just put `slf4j-timber`, `timber` and `slf4j-api` (see note in Download)
11+
artifacts to your project and use `slf4j` like before:
1212

1313
```java
1414
public class YourClass {
@@ -31,7 +31,7 @@ Download [the latest JAR][4] or grab via Maven:
3131
<dependency>
3232
<groupId>com.arcao</groupId>
3333
<artifactId>slf4j-timber</artifactId>
34-
<version>2.1</version>
34+
<version>3.0</version>
3535
</dependency>
3636
```
3737
or Gradle:
@@ -47,7 +47,7 @@ Transitive dependencies by version
4747

4848
slf4j-timber | Timber | SLF4J
4949
------------ | ------ | -----
50-
3.0 | 3.1.0 | 1.7.21
50+
3.0 | 4.4.0 | 1.7.21
5151
2.1 | 3.1.0 | 1.7.12
5252
2.0 | 3.0.1 | 1.7.12
5353
1.6 | 2.7.1 | 1.7.12

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.arcao
2-
VERSION_NAME=3.0-SNAPSHOT
2+
VERSION_NAME=3.0
33

44
POM_DESCRIPTION=SLF4J binding for Jake Wharton's Timber logging library
55

0 commit comments

Comments
 (0)