Skip to content

Commit 5aa43d8

Browse files
committed
v2.2.0
1 parent 599d557 commit 5aa43d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
1818
```kotlin
1919
// build.gradle.kts
2020
plugins {
21-
// projects targting kotlin >=1.8.0
22-
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.4"
23-
// projects targting kotlin <1.8.0
21+
// projects targeting kotlin >=1.8.0
22+
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.0"
23+
// projects targeting kotlin <1.8.0
2424
id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64"
2525
}
2626
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
signing
1717
}
1818

19-
version = "2.1.4"
19+
version = "2.2.0"
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)