We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc7bf0 commit a8f0788Copy full SHA for a8f0788
2 files changed
README.md
@@ -127,8 +127,8 @@ repositories {
127
maven("https://oss.sonatype.org/content/repositories/snapshots")
128
}
129
dependencies {
130
- implementation("de.fabmax.kool:kool-core:0.18.0")
131
- implementation("de.fabmax.kool:kool-physics:0.18.0")
+ implementation("de.fabmax.kool:kool-core:0.19.0")
+ implementation("de.fabmax.kool:kool-physics:0.19.0")
132
133
```
134
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
allprojects {
10
group = "de.fabmax.kool"
11
- version = "0.19.0-SNAPSHOT"
+ version = "0.19.0"
12
13
14
tasks.register<UnCommentTask>("disableAndroidPlatform") {
0 commit comments