Skip to content

Commit

Permalink
version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Dec 1, 2023
1 parent 23b81a3 commit fb9a762
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## 4.2.1

- Add workaround for publishing issue

## 4.2.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Add the dependency to your project:
<dependency>
<groupId>de.voize</groupId>
<artifactId>semver4k</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</dependency>
```

#### Using gradle

```kotlin
implementation("de.voize:semver4k:4.2.0")
implementation("de.voize:semver4k:4.2.1")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "de.voize"
version = "4.2.0"
version = "4.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit fb9a762

Please sign in to comment.