Skip to content

Commit

Permalink
bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 16, 2023
1 parent f7d60e2 commit e03f883
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The main language supported is Kotlin. We do however support Java experimentally
## Supported kotlin version
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.

The current latest release is compatible with kotlin version `1.7.20`.
The current latest release is compatible with kotlin version `1.9.0`.

## Custom engine builds
Get our pre built engine builds and export templates from the latest [GitHub release](https://github.com/utopia-rise/godot-kotlin-jvm/releases).
Expand Down
4 changes: 2 additions & 2 deletions docs/src/doc/user-guide/versioning.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The module uses semantic versioning for its own versions but adds a suffix for the supported godot version:

Full version: `0.7.1-4.1.2`
Full version: `0.7.2-4.1.2`

Module Version: `0.7.1`
Module Version: `0.7.2`

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

0 comments on commit e03f883

Please sign in to comment.