Skip to content

Commit

Permalink
godot-kotlin-jvm: Update to version 0.9.1-4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
windedge committed Oct 3, 2024
1 parent 2356f97 commit 979d6f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/godot-kotlin-jvm.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.9.1-4.2.2",
"version": "0.10.0-4.3.0",
"description": "Godot Kotlin JVM, Kotlin/JVM binding for the Godot Game Engine",
"homepage": "https://github.com/utopia-rise/godot-kotlin-jvm",
"license": "MIT",
"url": "https://github.com/utopia-rise/godot-kotlin-jvm/releases/download/0.9.1-4.2.2/godot-kotlin-jvm_editor_windows_0.9.1-4.2.2.zip",
"hash": "affd25d2789e40907b84d57781fd81ec755505f1ee662b61dc75be0a7df87c5a",
"url": "https://github.com/utopia-rise/godot-kotlin-jvm/releases/download/0.10.0-4.3.0/godot-kotlin-jvm_editor_windows_x86_64_release_0.10.0-4.3.0.zip",
"hash": "9f3d4a9077367754984916e33cf33961dba0016250df3ee2efb9e6aa91ed9133",
"pre_install": [
"Remove-Item \"$dir\\Godot_*_console.*\"",
"Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
Expand All @@ -26,6 +26,6 @@
"regex": "/releases/tag/([\\d.-]+)"
},
"autoupdate": {
"url": "https://github.com/utopia-rise/godot-kotlin-jvm/releases/download/$version/godot-kotlin-jvm_editor_windows_$version.zip"
"url": "https://github.com/utopia-rise/godot-kotlin-jvm/releases/download/$version/godot-kotlin-jvm_editor_windows_x86_64_release_$version.zip"
}
}

0 comments on commit 979d6f8

Please sign in to comment.