Skip to content

Commit 9471557

Browse files
authored
version 2.5 (#121)
1 parent e6f24ce commit 9471557

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fleks
22

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

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

7878
#### Gradle (Groovy)
7979

8080
```kotlin
81-
implementation 'io.github.quillraven.fleks:Fleks:2.4'
81+
implementation 'io.github.quillraven.fleks:Fleks:2.5'
8282
```
8383

8484
#### Gradle (Kotlin)
8585

8686
```kotlin
87-
implementation("io.github.quillraven.fleks:Fleks:2.4")
87+
implementation("io.github.quillraven.fleks:Fleks:2.5")
8888
```
8989

9090
#### KorGE
9191

9292
```kotlin
93-
dependencyMulti("io.github.quillraven.fleks:Fleks:2.4", registerPlugin = false)
93+
dependencyMulti("io.github.quillraven.fleks:Fleks:2.5", registerPlugin = false)
9494
```
9595

9696
If you want to use the Snapshot version then you need to add the snapshot repository as well:

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 = "io.github.quillraven.fleks"
14-
version = "2.5-SNAPSHOT"
14+
version = "2.5"
1515

1616
kotlin {
1717
jvm {

0 commit comments

Comments
 (0)