Skip to content

Commit

Permalink
Update versions after v5.3.0 release (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 22bf498 commit e5d3df6
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 @@ -58,7 +58,7 @@ Add the dependency to your project:
<dependency>
<groupId>org.semver4j</groupId>
<artifactId>semver4j</artifactId>
<version>5.2.3</version>
<version>5.3.0</version>
</dependency>
```

Expand All @@ -67,13 +67,13 @@ Add the dependency to your project:
Groovy

```
implementation 'org.semver4j:semver4j:5.2.3'
implementation 'org.semver4j:semver4j:5.3.0'
```

Kotlin

```
implementation("org.semver4j:semver4j:5.2.3")
implementation("org.semver4j:semver4j:5.3.0")
```

###### Version `v1.0.x` references to original library version `v3.1.0` in [source repository](https://github.com/vdurmont/semver4j).
Expand Down

0 comments on commit e5d3df6

Please sign in to comment.