Skip to content

Commit

Permalink
version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed Feb 26, 2023
1 parent 6077c46 commit e109f6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fleks

[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Quillraven/Fleks/blob/master/LICENSE)
[![Maven](https://img.shields.io/badge/Maven-2.2-success.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.2/jar)
[![Maven](https://img.shields.io/badge/Maven-2.3-success.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.3/jar)

[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.7.21-red.svg)](http://kotlinlang.org/)
Expand Down Expand Up @@ -69,26 +69,26 @@ To use Fleks add it as a dependency to your project:
<dependency>
<groupId>io.github.quillraven.fleks</groupId>
<artifactId>Fleks</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
```

#### Gradle (Groovy)

```kotlin
implementation 'io.github.quillraven.fleks:Fleks:2.2'
implementation 'io.github.quillraven.fleks:Fleks:2.3'
```

#### Gradle (Kotlin)

```kotlin
implementation("io.github.quillraven.fleks:Fleks:2.2")
implementation("io.github.quillraven.fleks:Fleks:2.3")
```

#### KorGE

```kotlin
dependencyMulti("io.github.quillraven.fleks:Fleks:2.2", registerPlugin = false)
dependencyMulti("io.github.quillraven.fleks:Fleks:2.3", registerPlugin = false)
```

## API and examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.github.quillraven.fleks"
version = "2.2"
version = "2.3"
java.sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand Down

0 comments on commit e109f6f

Please sign in to comment.