Skip to content

Commit fd006e1

Browse files
committed
Versions bump for new release
1 parent 13f0f2f commit fd006e1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
---
33

4+
## [2.0.20-1.7.0-rc01-BETA-1]
5+
6+
- CMP 1.7.0-rc01
7+
48
## [2.0.20-1.7.0-beta01-BETA-2]
59

610
- Adds exception print to ModuleDecodeException

CHANGELOG_PLUGIN.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
---
33

4+
## [1.1.9]
5+
6+
- Compatible with 2.0.20-1.7.0-rc01-BETA-1
7+
8+
---
9+
410
## [1.1.8]
511

612
- Compatible with 2.0.20-1.7.0-beta01-BETA-2

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414

1515
allprojects {
1616
group = "com.github.guilhe.kmp"
17-
version = "2.0.20-1.7.0-beta01-BETA-2"
17+
version = "2.0.20-1.7.0-rc01-BETA-1"
1818
}
1919

2020
tasks.register("publishLibraryModules") {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public class KmpComposeUIViewControllerPlugin : Plugin<Project> {
199199
}
200200

201201
internal companion object {
202-
private const val VERSION_LIBRARY = "2.0.20-1.7.0-beta01-BETA-2"
202+
private const val VERSION_LIBRARY = "2.0.20-1.7.0-rc01-BETA-1"
203203
private const val LOG_TAG = "KmpComposeUIViewControllerPlugin"
204204
internal const val PLUGIN_KMP = "org.jetbrains.kotlin.multiplatform"
205205
internal const val PLUGIN_KSP = "com.google.devtools.ksp"

0 commit comments

Comments
 (0)