We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de3d1f commit cb13b93Copy full SHA for cb13b93
README.md
@@ -19,7 +19,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
19
// build.gradle.kts
20
plugins {
21
// projects targeting kotlin >=1.8.0
22
- id("io.github.luca992.multiplatform-swiftpackage") version "2.2.0"
+ id("io.github.luca992.multiplatform-swiftpackage") version "2.2.1"
23
// projects targeting kotlin <1.8.0
24
id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64"
25
}
build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
signing
17
18
-version = "2.2.0"
+version = "2.2.1"
repositories {
mavenCentral()
0 commit comments