Skip to content

Commit

Permalink
changed latest to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai authored Jul 18, 2016
1 parent 37e9a98 commit 5e055cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Add the below dependency to start using kotlin.logging, which is hosted on [bint
<dependency>
<groupId>microutils</groupId>
<artifactId>kotlin.logging</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
```
### Gradle
```
compile 'microutils:kotlin.logging:1.1'
compile 'microutils:kotlin.logging:1.1.1'
```
### Ivy
```
<dependency org='microutils' name='kotlin.logging' rev='1.1'>
<dependency org='microutils' name='kotlin.logging' rev='1.1.1'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down

0 comments on commit 5e055cc

Please sign in to comment.