We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcbad7 commit bc9cb0eCopy full SHA for bc9cb0e
2 files changed
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.3.0-3.4.0`
+Full version: `0.3.1-3.4.0`
4
5
-Module Version: `0.3.0`
+Module Version: `0.3.1`
6
7
Supported Godot Version: `3.4`
kt/buildSrc/src/main/kotlin/godotKotlinJvmVersion.kt
@@ -1 +1 @@
-const val godotKotlinJvmVersion = "0.3.0"
+const val godotKotlinJvmVersion = "0.3.1"
0 commit comments