Skip to content

Commit

Permalink
1.1-JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed May 12, 2022
1 parent 27c3591 commit 29f6af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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-1.0--JVM-success.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/1.0-JVM/jar)
[![Maven](https://img.shields.io/badge/Maven-1.1--JVM-success.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/1.1-JVM/jar)

[![Build Master](https://img.shields.io/github/workflow/status/quillraven/fleks/Build/master?event=push&label=Build%20master)](https://github.com/Quillraven/fleks/actions)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.6.21-red.svg)](http://kotlinlang.org/)
Expand Down Expand Up @@ -63,20 +63,20 @@ To use Fleks add it as a dependency to your project:
<dependency>
<groupId>io.github.quillraven.fleks</groupId>
<artifactId>Fleks</artifactId>
<version>1.0-JVM</version>
<version>1.1-JVM</version>
</dependency>
```

#### Gradle (Groovy)

```kotlin
implementation 'io.github.quillraven.fleks:Fleks:1.0-JVM'
implementation 'io.github.quillraven.fleks:Fleks:1.1-JVM'
```

#### Gradle (Kotlin)

```kotlin
implementation("io.github.quillraven.fleks:Fleks:1.0-JVM")
implementation("io.github.quillraven.fleks:Fleks:1.1-JVM")
```

## Example game using Fleks
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.quillraven.fleks"
version = "1.0-JVM"
version = "1.1-JVM"
java.sourceCompatibility = JavaVersion.VERSION_1_8

val bmSourceSetName = "benchmarks"
Expand Down

0 comments on commit 29f6af3

Please sign in to comment.