Skip to content

Commit

Permalink
Fix entry gen ref and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Apr 19, 2021
1 parent 07113b1 commit 69ef247
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kt/buildSrc/src/main/kotlin/DependenciesVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ object DependenciesVersions {

// Remember to upgrade this version when releasing a new entry generator version and want to use
// it.
const val entryGeneratorVersion = "0.1.1-3.2.3"
const val entryGeneratorVersion = "0.1.2-3.2.3"
}
2 changes: 1 addition & 1 deletion kt/buildSrc/src/main/kotlin/godotKotlinJvmVersion.kt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const val godotKotlinJvmVersion = "0.1.3"
const val godotKotlinJvmVersion = "0.1.4"
const val godotKotlinIntellijPluginVersion = "0.1.3"
2 changes: 1 addition & 1 deletion kt/entry-generation/godot-kotlin-entry-generator
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class GodotModuleBuilder : ModuleBuilder(), ModuleBuilderListener {
.replace("KOTLIN_VERSION", wizardContext.getUserData(kotlinVersionKey) ?: "1.4.32")
.replace(
"GODOT_KOTLIN_JVM_VERSION",
"0.1.3-3.2.3"
"0.1.4-3.2.3"
)
.replace("ANDROID_ENABLED", wizardContext.getUserData(androidEnabledKey)?.toString() ?: "false")
.replace("DX_TOOL_PATH", wizardContext.getUserData(dxToolPathKey) ?: "dx")
Expand Down

0 comments on commit 69ef247

Please sign in to comment.