File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ This README provides quickstart instructions on running [`fw-commons`]() on bare
1111[ ![ Maven Central] ( https://img.shields.io/badge/maven--central-1.1.0-orange.svg?style=plastic&logo=apachemaven )] ( https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0 )
1212[ ![ Gradle] ( https://img.shields.io/badge/gradle-1.1.0-orange.svg?style=plastic&logo=apachemaven )] ( https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0 )
1313
14- #### ⬇️ [ Download From Gradle and Maven Central] ( https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0 )
14+ #### ⬇️ [ Download From Gradle and Maven Central] ( https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.1 )
1515
1616#### Gradle
1717
1818``` kotlin
19- implementation(" io.github.hoangtien2k3:fw-commons:1.1.0 " )
19+ implementation(" io.github.hoangtien2k3:fw-commons:1.1.1 " )
2020```
2121
2222#### Maven
@@ -25,7 +25,7 @@ implementation("io.github.hoangtien2k3:fw-commons:1.1.0")
2525<dependency >
2626 <groupId >io.github.hoangtien2k3</groupId >
2727 <artifactId >fw-commons</artifactId >
28- <version >1.1.0 </version >
28+ <version >1.1.1 </version >
2929</dependency >
3030```
3131
You can’t perform that action at this time.
0 commit comments