Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Nov 29, 2023
1 parent 5de3d1f commit cb13b93
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 targeting kotlin >=1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.0"
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.1"
// 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.2.0"
version = "2.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit cb13b93

Please sign in to comment.