Skip to content

Commit 5a809a3

Browse files
committed
v2.3.0
1 parent 29a340e commit 5a809a3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
tbd
1010

11+
## [2.3.0]
12+
### Fixed
13+
- Support Gradle 9
14+
[#24](https://github.com/luca992/multiplatform-swiftpackage/issues/24)
15+
1116
## [2.0.3]
1217
### Added
1318
- The plugin DSL is now compatible with Groovy

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 targeting kotlin >=1.8.0
22-
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.4"
22+
id("io.github.luca992.multiplatform-swiftpackage") version "2.3.0"
2323
}
2424
```
2525

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
signing
99
}
1010

11-
version = "2.3.0-SNAPSHOT"
11+
version = "2.3.0"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)