Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Dec 10, 2024
1 parent a540bb3 commit ed39edb
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.3.0

- Add wasmJs target

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

#### Using gradle

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

## 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.1"
version = "4.3.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit ed39edb

Please sign in to comment.