Skip to content

Commit 7f66379

Browse files
committed
version 2.11
1 parent 5d07fa1 commit 7f66379

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ReadMe.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Fleks
44

5-
[![LTS](https://img.shields.io/badge/LTS-2.10-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.10/jar)
6-
[![Snapshot](https://img.shields.io/badge/Snapshot-2.11--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.11-SNAPSHOT~~)
5+
[![LTS](https://img.shields.io/badge/LTS-2.11-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.11/jar)
6+
[![Snapshot](https://img.shields.io/badge/Snapshot-2.12--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.12-SNAPSHOT~~)
77
[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
88
[![Kotlin](https://img.shields.io/badge/Kotlin-2.1.0-red.svg)](http://kotlinlang.org/)
99

@@ -72,26 +72,26 @@ To use Fleks add it as a dependency to your project:
7272
<dependency>
7373
<groupId>io.github.quillraven.fleks</groupId>
7474
<artifactId>Fleks-jvm</artifactId>
75-
<version>2.10</version>
75+
<version>2.11</version>
7676
</dependency>
7777
```
7878

7979
#### Gradle (Groovy)
8080

8181
```gradle
82-
implementation 'io.github.quillraven.fleks:Fleks:2.10'
82+
implementation 'io.github.quillraven.fleks:Fleks:2.11'
8383
```
8484

8585
#### Gradle (Kotlin)
8686

8787
```gradle
88-
implementation("io.github.quillraven.fleks:Fleks:2.10")
88+
implementation("io.github.quillraven.fleks:Fleks:2.11")
8989
```
9090

9191
#### KorGE
9292

9393
```gradle
94-
dependencyMulti("io.github.quillraven.fleks:Fleks:2.10", registerPlugin = false)
94+
dependencyMulti("io.github.quillraven.fleks:Fleks:2.11", registerPlugin = false)
9595
```
9696

9797
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.11-SNAPSHOT"
14+
version = "2.11"
1515

1616
kotlin {
1717
sourceSets {

0 commit comments

Comments
 (0)