Skip to content

Commit a8f0788

Browse files
committed
v0.19.0 release
1 parent 0bc7bf0 commit a8f0788

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
@@ -127,8 +127,8 @@ repositories {
127127
maven("https://oss.sonatype.org/content/repositories/snapshots")
128128
}
129129
dependencies {
130-
implementation("de.fabmax.kool:kool-core:0.18.0")
131-
implementation("de.fabmax.kool:kool-physics:0.18.0")
130+
implementation("de.fabmax.kool:kool-core:0.19.0")
131+
implementation("de.fabmax.kool:kool-physics:0.19.0")
132132
}
133133
```
134134

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "de.fabmax.kool"
11-
version = "0.19.0-SNAPSHOT"
11+
version = "0.19.0"
1212
}
1313

1414
tasks.register<UnCommentTask>("disableAndroidPlatform") {

0 commit comments

Comments
 (0)