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 db27b00 commit 485caa8Copy full SHA for 485caa8
docs/src/doc/user-guide/versioning.md
@@ -1,7 +1,7 @@
1
The module uses semantic versioning for its own versions but adds a suffix for the supported Godot version:
2
3
-Full version: `0.9.0-4.2.2`
+Full version: `0.9.1-4.2.2`
4
5
-Module Version: `0.9.0`
+Module Version: `0.9.1`
6
7
Supported Godot Version: `4.2.2`
kt/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
-godotKotlinJvm = "0.9.0"
+godotKotlinJvm = "0.9.1"
kotlin = "1.9.23"
godot = "4.2.2"
0 commit comments