Skip to content

Commit b5008c1

Browse files
committed
version 1.1.3
1 parent 2ffeeaf commit b5008c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.2)
14+
#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.3)
1515

1616
#### Gradle
1717

1818
```kotlin
19-
implementation("io.github.hoangtien2k3:fw-commons:1.1.2")
19+
implementation("io.github.hoangtien2k3:fw-commons:1.1.3")
2020
```
2121

2222
#### Maven
@@ -25,7 +25,7 @@ implementation("io.github.hoangtien2k3:fw-commons:1.1.2")
2525
<dependency>
2626
<groupId>io.github.hoangtien2k3</groupId>
2727
<artifactId>fw-commons</artifactId>
28-
<version>1.1.2</version>
28+
<version>1.1.3</version>
2929
</dependency>
3030
```
3131

0 commit comments

Comments
 (0)