Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored Nov 1, 2022
1 parent 9fda160 commit fc6ef8d
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.1")
implementation("dev.forst", "katlib", "2.2.2")
```

Or with Groovy DSL

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

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.1</version>
<version>2.2.2</version>
</dependency>
```

Expand Down

0 comments on commit fc6ef8d

Please sign in to comment.