We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7686439 commit a531602Copy full SHA for a531602
README.md
@@ -25,7 +25,7 @@ pluginManagement {
25
26
// build.gradle.kts
27
plugins {
28
- id("io.github.luca992.multiplatform-swiftpackage") version "2.1.0"
+ id("io.github.luca992.multiplatform-swiftpackage") version "2.1.1"
29
}
30
```
31
build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
signing
17
18
19
-version = "2.1.0"
+version = "2.1.1"
20
21
repositories {
22
mavenCentral()
0 commit comments