From 5aa43d83984f225fc0452ce6f0479811ae06cc56 Mon Sep 17 00:00:00 2001 From: Luca Spinazzola Date: Sun, 15 Oct 2023 22:38:48 -0400 Subject: [PATCH] v2.2.0 --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 573264e..2f37ba9 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G ```kotlin // build.gradle.kts plugins { - // projects targting kotlin >=1.8.0 - id("io.github.luca992.multiplatform-swiftpackage") version "2.1.4" - // projects targting kotlin <1.8.0 + // projects targeting kotlin >=1.8.0 + id("io.github.luca992.multiplatform-swiftpackage") version "2.2.0" + // projects targeting kotlin <1.8.0 id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index f379df6..1564609 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { signing } -version = "2.1.4" +version = "2.2.0" repositories { mavenCentral()