Skip to content

Commit 69ef247

Browse files
committed
Fix entry gen ref and bump version
1 parent 07113b1 commit 69ef247

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

kt/buildSrc/src/main/kotlin/DependenciesVersions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ object DependenciesVersions {
55

66
// Remember to upgrade this version when releasing a new entry generator version and want to use
77
// it.
8-
const val entryGeneratorVersion = "0.1.1-3.2.3"
8+
const val entryGeneratorVersion = "0.1.2-3.2.3"
99
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const val godotKotlinJvmVersion = "0.1.3"
1+
const val godotKotlinJvmVersion = "0.1.4"
22
const val godotKotlinIntellijPluginVersion = "0.1.3"

kt/plugins/godot-intellij-plugin/src/main/kotlin/godot/intellij/plugin/module/GodotModuleBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class GodotModuleBuilder : ModuleBuilder(), ModuleBuilderListener {
132132
.replace("KOTLIN_VERSION", wizardContext.getUserData(kotlinVersionKey) ?: "1.4.32")
133133
.replace(
134134
"GODOT_KOTLIN_JVM_VERSION",
135-
"0.1.3-3.2.3"
135+
"0.1.4-3.2.3"
136136
)
137137
.replace("ANDROID_ENABLED", wizardContext.getUserData(androidEnabledKey)?.toString() ?: "false")
138138
.replace("DX_TOOL_PATH", wizardContext.getUserData(dxToolPathKey) ?: "dx")

0 commit comments

Comments
 (0)