Skip to content

Commit e03f883

Browse files
committed
bump to 0.7.2
1 parent f7d60e2 commit e03f883

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/src/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The main language supported is Kotlin. We do however support Java experimentally
3030
## Supported kotlin version
3131
This module relies on a kotlin compiler plugin for registering your classes and members to godot. As the compiler api from kotlin is not yet stable, we can only support specific kotlin version per release for now.
3232

33-
The current latest release is compatible with kotlin version `1.7.20`.
33+
The current latest release is compatible with kotlin version `1.9.0`.
3434

3535
## Custom engine builds
3636
Get our pre built engine builds and export templates from the latest [GitHub release](https://github.com/utopia-rise/godot-kotlin-jvm/releases).
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The module uses semantic versioning for its own versions but adds a suffix for the supported godot version:
22

3-
Full version: `0.7.1-4.1.2`
3+
Full version: `0.7.2-4.1.2`
44

5-
Module Version: `0.7.1`
5+
Module Version: `0.7.2`
66

77
Supported Godot Version: `4.1.2`

versionBumpGuide.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
When updating this project version, here the list of strings to changes:
2+
- kt/gradle/libs.versions.toml: godotKotlinJvm, kotlin and godot variables.
3+
- docs/src/index.md: kotlin version in "Supported kotlin version" block.
4+
- docs/src/user-guide/versioning.md: Full version, Module Version and Supported Godot Version fields.

0 commit comments

Comments
 (0)