Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 committed Aug 24, 2024
1 parent 2ffeeaf commit b5008c1
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 @@ -11,12 +11,12 @@ This README provides quickstart instructions on running [`fw-commons`]() on bare
[![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)
[![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)

#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.2)
#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.3)

#### Gradle

```kotlin
implementation("io.github.hoangtien2k3:fw-commons:1.1.2")
implementation("io.github.hoangtien2k3:fw-commons:1.1.3")
```

#### Maven
Expand All @@ -25,7 +25,7 @@ implementation("io.github.hoangtien2k3:fw-commons:1.1.2")
<dependency>
<groupId>io.github.hoangtien2k3</groupId>
<artifactId>fw-commons</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down

0 comments on commit b5008c1

Please sign in to comment.