Skip to content

Commit

Permalink
Bump version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored Feb 8, 2023
1 parent 791f768 commit 1c1b0e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Collection of Kotlin extension functions and utilities. This library does not ha
Katlib is available on the Maven Central. Then to import Katlib to Gradle project use:

```Kotlin
implementation("dev.forst", "katlib", "2.2.2")
implementation("dev.forst", "katlib", "2.2.5")
```

Or with Groovy DSL

```groovy
implementation 'dev.forst:katlib:2.2.2'
implementation 'dev.forst:katlib:2.2.5'
```

To import Katlib to Maven project use:
Expand All @@ -29,7 +29,7 @@ To import Katlib to Maven project use:
<dependency>
<groupId>dev.forst</groupId>
<artifactId>katlib</artifactId>
<version>2.2.2</version>
<version>2.2.5</version>
</dependency>
```

Expand Down

0 comments on commit 1c1b0e8

Please sign in to comment.