Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benckx committed May 7, 2022
1 parent 181a6d2 commit c64715c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
}
dependencies {
compile "com.github.benckx:ouistiti:2.1.0"
compile "com.github.benckx:ouistiti:2.1.1"
}
```

Expand Down Expand Up @@ -135,6 +135,10 @@ interface CameraSpeedCalculator {

# Change log

## Version 2.1.1

* Nothing changed, previous release failed

## Version 2.1.0

* Upgrade Kotlin from `1.5.21` to `1.6.21`
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def chimpUtilsVersion = "1.7.0"

apply plugin: 'kotlin'
apply plugin: 'idea'
apply plugin: 'maven'

dependencies {
api "org.jmonkeyengine:jme3-core:$jmeVersion"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=be.encelade.ouistiti
version=2.1.1-SNAPSHOT
version=2.1.1
kotlinVersion=1.6.21
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit c64715c

Please sign in to comment.