Skip to content

Commit 4747c9d

Browse files
committed
version bump. update readme
1 parent ed63562 commit 4747c9d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ You can upload the ZIP file to your package registry so that SPM can download it
1616
The plugin is published on Maven central. Add it to the `plugins` block in the Gradle build file.
1717

1818
```kotlin
19+
// settings.gradle.kts
20+
pluginManagement {
21+
repositories {
22+
maven ("https://s01.oss.sonatype.org/content/repositories/releases/")
23+
}
24+
}
25+
26+
// build.gradle.kts
1927
plugins {
20-
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.3"
28+
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.0"
2129
}
2230
```
2331

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import java.io.File
2-
import java.io.FileInputStream
3-
import java.util.*
4-
51
buildscript {
62
repositories {
73
mavenCentral()
@@ -20,7 +16,7 @@ plugins {
2016
signing
2117
}
2218

23-
version = "2.0.5-arm64"
19+
version = "2.1.0"
2420

2521
repositories {
2622
mavenCentral()

0 commit comments

Comments
 (0)