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 c246953 commit ecf3acbCopy full SHA for ecf3acb
build.gradle.kts
@@ -5,7 +5,7 @@ import java.util.*
5
6
val localProperties = loadLocalProps()
7
8
-version = "1.0.2"
+version = "1.0.3"
9
group = "io.github.tomwyr"
10
description = "A type-safe Godot node tree representation in Kotlin"
11
example/build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
kotlin("jvm") version "1.9.0" apply false
3
id("com.utopia-rise.godot-kotlin-jvm") version "0.8.1-4.2.0"
4
- id("io.github.tomwyr.godot-kotlin-tree") version "1.0.1"
+ id("io.github.tomwyr.godot-kotlin-tree") version "1.0.3"
}
kotlin {
0 commit comments