Skip to content

Commit ecf3acb

Browse files
committed
Release 1.0.3
1 parent c246953 commit ecf3acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.util.*
55

66
val localProperties = loadLocalProps()
77

8-
version = "1.0.2"
8+
version = "1.0.3"
99
group = "io.github.tomwyr"
1010
description = "A type-safe Godot node tree representation in Kotlin"
1111

example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("jvm") version "1.9.0" apply false
33
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"
4+
id("io.github.tomwyr.godot-kotlin-tree") version "1.0.3"
55
}
66

77
kotlin {

0 commit comments

Comments
 (0)