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 5612711 commit 462a348Copy full SHA for 462a348
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 targting kotlin >=1.8.0
22
- id("io.github.luca992.multiplatform-swiftpackage") version "2.1.2"
+ id("io.github.luca992.multiplatform-swiftpackage") version "2.1.3"
23
// projects targting 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.1.3-SNAPSHOT"
+version = "2.1.3"
repositories {
mavenCentral()
0 commit comments