Skip to content

Commit cb13b93

Browse files
committed
v2.2.1
1 parent 5de3d1f commit cb13b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
1919
// build.gradle.kts
2020
plugins {
2121
// projects targeting kotlin >=1.8.0
22-
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.0"
22+
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.1"
2323
// projects targeting kotlin <1.8.0
2424
id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64"
2525
}

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.2.0"
19+
version = "2.2.1"
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)