Skip to content

Commit a35160f

Browse files
committed
version 2.11-SNAPSHOT
1 parent 7929515 commit a35160f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ReadMe.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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.9/jar)
6-
[![Snapshot](https://img.shields.io/badge/Snapshot-2.10--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-SNAPSHOT~~)
7-
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~~)
87
[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
98
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.21-red.svg)](http://kotlinlang.org/)
109

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

1616
kotlin {
1717
jvm {

0 commit comments

Comments
 (0)