Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 16, 2023
1 parent 599d557 commit 5aa43d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
```kotlin
// build.gradle.kts
plugins {
// projects targting kotlin >=1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.4"
// projects targting kotlin <1.8.0
// projects targeting kotlin >=1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.0"
// projects targeting kotlin <1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
signing
}

version = "2.1.4"
version = "2.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 5aa43d8

Please sign in to comment.