Skip to content

Commit

Permalink
chore: updated version in readme and pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycoon committed Jan 17, 2024
1 parent dbc9631 commit e4f426b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Inside your `<dependencies>` scope of your `pom.xml` file, add the following:
<dependency>
<groupId>io.github.lycoon</groupId>
<artifactId>clash-api</artifactId>
<version>5.1.4</version>
<version>5.1.5</version>
</dependency>
```

## Gradle
Inside your `dependencies` scope of your `build.gradle` file, add the following:
```gradle
implementation 'io.github.lycoon:clash-api:5.1.4'
implementation 'io.github.lycoon:clash-api:5.1.5'
```

# Quick start
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.lycoon</groupId>
<artifactId>clash-api</artifactId>
<version>5.1.4</version>
<version>5.1.5</version>

<!-- Project metadata -->
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit e4f426b

Please sign in to comment.