We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c91a71 commit c0c6d48Copy full SHA for c0c6d48
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## unreleased
4
5
+## 4.2.0
6
+
7
- Update kotlin to 1.9.21
8
- Update jvm target to 11
9
README.md
@@ -19,14 +19,14 @@ Add the dependency to your project:
19
<dependency>
20
<groupId>de.voize</groupId>
21
<artifactId>semver4k</artifactId>
22
- <version>4.1.0</version>
+ <version>4.2.0</version>
23
</dependency>
24
```
25
26
#### Using gradle
27
28
```kotlin
29
-implementation("de.voize:semver4k:4.1.0")
+implementation("de.voize:semver4k:4.2.0")
30
31
32
## Usage
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
}
group = "de.voize"
-version = "4.1.0"
+version = "4.2.0"
repositories {
10
mavenCentral()
0 commit comments