Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Sep 23, 2023
1 parent ff82813 commit 069a312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
// build.gradle.kts
plugins {
// projects targting kotlin >=1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.3"
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.4"
// projects targting 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.3"
version = "2.1.4"

repositories {
mavenCentral()
Expand Down

0 comments on commit 069a312

Please sign in to comment.