We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1beb05 commit cccfb4fCopy full SHA for cccfb4f
README.md
@@ -20,13 +20,13 @@ Package and installation instructions are available at the [Maven Central Reposi
20
<dependency>
21
<groupId>eu.kevin</groupId>
22
<artifactId>kevin-jvm</artifactId>
23
- <version>0.2.2</version>
+ <version>0.2.3</version>
24
</dependency>
25
```
26
27
### Gradle
28
29
-implementation 'eu.kevin:kevin-jvm:0.2.2'
+implementation 'eu.kevin:kevin-jvm:0.2.3'
30
31
32
## Usage Examples
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
group = "eu.kevin"
14
-version = "0.2.2"
+version = "0.2.3"
15
16
repositories {
17
mavenCentral()
0 commit comments