Skip to content

Commit

Permalink
Version 2.4 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven authored Jul 22, 2023
1 parent 71ce030 commit 1bbdffb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fleks

[![LTS](https://img.shields.io/badge/LTS-2.3-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.3/jar)
[![LTS](https://img.shields.io/badge/LTS-2.4-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.4/jar)
[![Snapshot](https://img.shields.io/badge/Snapshot-2.4--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.4-SNAPSHOT~~)

[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
Expand Down Expand Up @@ -71,26 +71,26 @@ To use Fleks add it as a dependency to your project:
<dependency>
<groupId>io.github.quillraven.fleks</groupId>
<artifactId>Fleks-jvm</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
```

#### Gradle (Groovy)

```kotlin
implementation 'io.github.quillraven.fleks:Fleks:2.3'
implementation 'io.github.quillraven.fleks:Fleks:2.4'
```

#### Gradle (Kotlin)

```kotlin
implementation("io.github.quillraven.fleks:Fleks:2.3")
implementation("io.github.quillraven.fleks:Fleks:2.4")
```

#### KorGE

```kotlin
dependencyMulti("io.github.quillraven.fleks:Fleks:2.3", registerPlugin = false)
dependencyMulti("io.github.quillraven.fleks:Fleks:2.4", registerPlugin = false)
```

If you want to use the Snapshot version then you need to add the snapshot repository as well:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "io.github.quillraven.fleks"
version = "2.4-SNAPSHOT"
version = "2.4"

kotlin {
jvm {
Expand Down

0 comments on commit 1bbdffb

Please sign in to comment.