Skip to content

Commit 988b2d4

Browse files
committed
2.13 version
1 parent 2cf5f73 commit 988b2d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ReadMe.md

Lines changed: 2 additions & 2 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.12-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.12/jar)
6-
[![Snapshot](https://img.shields.io/badge/Snapshot-2.13--SNAPSHOT-orange.svg)](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots)
5+
[![LTS](https://img.shields.io/badge/LTS-2.13-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.13/jar)
6+
[![Snapshot](https://img.shields.io/badge/Snapshot-2.14--SNAPSHOT-orange.svg)](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots)
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.3.20-red.svg)](http://kotlinlang.org/)
99

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object ProjectInfo {
22
const val GROUP = "io.github.quillraven.fleks"
3-
const val VERSION = "2.13-SNAPSHOT"
3+
const val VERSION = "2.13"
44
const val ARTIFACT = "Fleks"
55
}

0 commit comments

Comments
 (0)