Skip to content

Commit 4f63665

Browse files
committed
2.2.20-RC-1.9.0-beta03
1 parent 5ac309c commit 4f63665

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = "com.github.guilhe.kmp"
18-
version = "2.3.0-dev-4778-1.9.0-beta03"
18+
version = "2.2.20-RC-1.9.0-beta03"
1919
}
2020

2121
tasks.register("publishLibraryModules") {

kmp-composeuiviewcontroller-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation(libs.test.kotlin)
2828
}
2929

30-
version = "2.3.0-dev-4778-1.9.0-beta03"
30+
version = "2.2.20-RC-1.9.0-beta03"
3131
group = "io.github.guilhe.kmp"
3232

3333
gradlePlugin {

kmp-composeuiviewcontroller-gradle-plugin/src/main/kotlin/com/github/guilhe/kmp/composeuiviewcontroller/gradle/KmpComposeUIViewControllerPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public class KmpComposeUIViewControllerPlugin : Plugin<Project> {
288288
listOf(iosAppFolderName, iosAppName, targetName, autoExport, exportFolderName)
289289

290290
internal companion object {
291-
private const val VERSION_LIBRARY = "2.3.0-dev-4778-1.9.0-beta03"
291+
private const val VERSION_LIBRARY = "2.2.20-RC-1.9.0-beta03"
292292
private const val LOG_TAG = "KmpComposeUIViewControllerPlugin"
293293
internal const val PLUGIN_KMP = "org.jetbrains.kotlin.multiplatform"
294294
internal const val PLUGIN_KSP = "com.google.devtools.ksp"

0 commit comments

Comments
 (0)