Skip to content

Commit 8f6cc7c

Browse files
authored
version 2.7 (#142)
1 parent c71c50b commit 8f6cc7c

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.6-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.6/jar)
6-
[![Snapshot](https://img.shields.io/badge/Snapshot-2.7--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.7-SNAPSHOT~~)
5+
[![LTS](https://img.shields.io/badge/LTS-2.7-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.7/jar)
6+
[![Snapshot](https://img.shields.io/badge/Snapshot-2.8--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.8-SNAPSHOT~~)
77

88
[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
99
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-red.svg)](http://kotlinlang.org/)
@@ -73,26 +73,26 @@ To use Fleks add it as a dependency to your project:
7373
<dependency>
7474
<groupId>io.github.quillraven.fleks</groupId>
7575
<artifactId>Fleks-jvm</artifactId>
76-
<version>2.6</version>
76+
<version>2.7</version>
7777
</dependency>
7878
```
7979

8080
#### Gradle (Groovy)
8181

8282
```kotlin
83-
implementation 'io.github.quillraven.fleks:Fleks:2.6'
83+
implementation 'io.github.quillraven.fleks:Fleks:2.7'
8484
```
8585

8686
#### Gradle (Kotlin)
8787

8888
```kotlin
89-
implementation("io.github.quillraven.fleks:Fleks:2.6")
89+
implementation("io.github.quillraven.fleks:Fleks:2.7")
9090
```
9191

9292
#### KorGE
9393

9494
```kotlin
95-
dependencyMulti("io.github.quillraven.fleks:Fleks:2.6", registerPlugin = false)
95+
dependencyMulti("io.github.quillraven.fleks:Fleks:2.7", registerPlugin = false)
9696
```
9797

9898
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.7-SNAPSHOT"
14+
version = "2.7"
1515

1616
kotlin {
1717
jvm {

0 commit comments

Comments
 (0)