Skip to content

Commit 5e055cc

Browse files
authored
changed latest to 1.1.1
1 parent 37e9a98 commit 5e055cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Add the below dependency to start using kotlin.logging, which is hosted on [bint
1717
<dependency>
1818
<groupId>microutils</groupId>
1919
<artifactId>kotlin.logging</artifactId>
20-
<version>1.1</version>
20+
<version>1.1.1</version>
2121
</dependency>
2222
```
2323
### Gradle
2424
```
25-
compile 'microutils:kotlin.logging:1.1'
25+
compile 'microutils:kotlin.logging:1.1.1'
2626
```
2727
### Ivy
2828
```
29-
<dependency org='microutils' name='kotlin.logging' rev='1.1'>
29+
<dependency org='microutils' name='kotlin.logging' rev='1.1.1'>
3030
<artifact name='$AID' ext='pom'></artifact>
3131
</dependency>
3232
```

0 commit comments

Comments
 (0)