Skip to content

Commit 462a348

Browse files
committed
v2.1.3
1 parent 5612711 commit 462a348

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 targting kotlin >=1.8.0
22-
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.2"
22+
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.3"
2323
// projects targting 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.1.3-SNAPSHOT"
19+
version = "2.1.3"
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)