Skip to content

Commit

Permalink
Merge pull request #943 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Dec 18, 2023
2 parents 0f251d8 + ec6b86c commit 8b806e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

## Latest releases 🛠

- (Next Gen) Kotlin && Multiplatform && Plugin | [v10.10.0-rc01](https://github.com/mikepenz/AboutLibraries/tree/v10.10.0-rc01)
- (Next Gen) Kotlin && Multiplatform && Plugin | [v10.10.0-rc02](https://github.com/mikepenz/AboutLibraries/tree/v10.10.0-rc02)
- Kotlin && Gradle Plugin | [v8.9.4](https://github.com/mikepenz/AboutLibraries/tree/v8.9.4)

## Gradle Plugin
Expand Down
4 changes: 4 additions & 0 deletions aboutlibraries-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ kotlin {
publishLibraryVariants("release")
}

js(IR) {
browser()
}

iosX64()
iosArm64()
iosSimulatorArm64()
Expand Down
2 changes: 1 addition & 1 deletion aboutlibraries-compose/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POM_NAME=AboutLibraries Library
POM_DESCRIPTION=AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.
POM_ARTIFACT_ID=aboutlibraries-compose
POM_ARTIFACT_ID=aboutlibraries-compose
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.mikepenz

VERSION_NAME=10.10.0-rc01
VERSION_NAME=10.10.0-rc02
VERSION_CODE=101000
POM_URL=https://github.com/mikepenz/AboutLibraries
POM_SCM_URL=https://github.com/mikepenz/AboutLibraries
Expand Down

0 comments on commit 8b806e6

Please sign in to comment.