Skip to content

Commit

Permalink
version bump. update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Jan 9, 2023
1 parent ed63562 commit 4747c9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ You can upload the ZIP file to your package registry so that SPM can download it
The plugin is published on Maven central. Add it to the `plugins` block in the Gradle build file.

```kotlin
// settings.gradle.kts
pluginManagement {
repositories {
maven ("https://s01.oss.sonatype.org/content/repositories/releases/")
}
}

// build.gradle.kts
plugins {
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.3"
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.0"
}
```

Expand Down
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import java.io.File
import java.io.FileInputStream
import java.util.*

buildscript {
repositories {
mavenCentral()
Expand All @@ -20,7 +16,7 @@ plugins {
signing
}

version = "2.0.5-arm64"
version = "2.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 4747c9d

Please sign in to comment.