Skip to content

Commit

Permalink
Versions bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Oct 1, 2024
1 parent 13f0f2f commit fd006e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
---

## [2.0.20-1.7.0-rc01-BETA-1]

- CMP 1.7.0-rc01

## [2.0.20-1.7.0-beta01-BETA-2]

- Adds exception print to ModuleDecodeException
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_PLUGIN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
---

## [1.1.9]

- Compatible with 2.0.20-1.7.0-rc01-BETA-1

---

## [1.1.8]

- Compatible with 2.0.20-1.7.0-beta01-BETA-2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

allprojects {
group = "com.github.guilhe.kmp"
version = "2.0.20-1.7.0-beta01-BETA-2"
version = "2.0.20-1.7.0-rc01-BETA-1"
}

tasks.register("publishLibraryModules") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public class KmpComposeUIViewControllerPlugin : Plugin<Project> {
}

internal companion object {
private const val VERSION_LIBRARY = "2.0.20-1.7.0-beta01-BETA-2"
private const val VERSION_LIBRARY = "2.0.20-1.7.0-rc01-BETA-1"
private const val LOG_TAG = "KmpComposeUIViewControllerPlugin"
internal const val PLUGIN_KMP = "org.jetbrains.kotlin.multiplatform"
internal const val PLUGIN_KSP = "com.google.devtools.ksp"
Expand Down

0 comments on commit fd006e1

Please sign in to comment.