Skip to content

Commit 6e58a1b

Browse files
committed
Release 2.0.2
1 parent b5c3f62 commit 6e58a1b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
tbd
10+
11+
## [2.0.2]
912
### Fixed
1013
- Fix a bug where the plugin was not able to detect the frameworks for some project configurations
1114
[#8](https://github.com/ge-org/multiplatform-swiftpackage/issues/8)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
1717

1818
```kotlin
1919
plugins {
20-
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.1"
20+
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.2"
2121
}
2222
```
2323

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
signing
66
}
77

8-
version = "2.0.1"
8+
version = "2.0.2"
99

1010
repositories {
1111
jcenter()

0 commit comments

Comments
 (0)