Skip to content
This repository was archived by the owner on Mar 28, 2018. It is now read-only.

Commit 1c3a0f1

Browse files
authored
Update README.md
1 parent ee7c5b5 commit 1c3a0f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In development, all logs will be directed to the Log4j implementations shown abo
4444
Clog and Clog4j is distrubuted through JitPack.io.
4545

4646
[![](https://jitpack.io/v/cjbrooks12/Clog4j.svg)](https://jitpack.io/#cjbrooks12/Clog4j)
47-
[![JitPack Javadoc](https://img.shields.io/github/tag/cjbrooks12/Clog.svg?maxAge=2592000&label=javadoc)](https://jitpack.io/com/github/cjbrooks12/Clog/v0.3.0/javadoc/)
47+
[![JitPack Javadoc](https://img.shields.io/github/tag/cjbrooks12/Clog.svg?maxAge=2592000&label=javadoc)](https://jitpack.io/com/github/cjbrooks12/Clog/v1.0.0/javadoc/)
4848
[![Github Releases](https://img.shields.io/github/downloads/cjbrooks12/Clog4j/latest/total.svg?maxAge=2592000)]()
4949

5050
In your project-level `build.gradle`:
@@ -62,7 +62,7 @@ In your module's `build.gradle` (replace the version with the most recent releas
6262
```groovy
6363
dependencies {
6464
...
65-
compile('com.github.cjbrooks12:Clog4j:v0.3.0') {
65+
compile('com.github.cjbrooks12:Clog4j:v1.0.0') {
6666
transitive = true;
6767
}
6868
}

0 commit comments

Comments
 (0)