Skip to content

Commit cccfb4f

Browse files
author
Grantas Gadliauskas
committed
Prepare for release 0.2.3
1 parent e1beb05 commit cccfb4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Package and installation instructions are available at the [Maven Central Reposi
2020
<dependency>
2121
<groupId>eu.kevin</groupId>
2222
<artifactId>kevin-jvm</artifactId>
23-
<version>0.2.2</version>
23+
<version>0.2.3</version>
2424
</dependency>
2525
```
2626

2727
### Gradle
2828
```
29-
implementation 'eu.kevin:kevin-jvm:0.2.2'
29+
implementation 'eu.kevin:kevin-jvm:0.2.3'
3030
```
3131

3232
## Usage Examples

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "eu.kevin"
14-
version = "0.2.2"
14+
version = "0.2.3"
1515

1616
repositories {
1717
mavenCentral()

0 commit comments

Comments
 (0)