Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 2b8ef85

Browse files
committed
Bump version to 1.0.2
1 parent 92d7ce2 commit 2b8ef85

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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+
## [1.0.2]
12+
### Fixed
913
- Fix a bug where target names were not always resolved correctly
1014
[#1](https://github.com/ge-org/multiplatform-swiftpackage/issues/1)
1115

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
1414

1515
```kotlin
1616
plugins {
17-
id("com.chromaticnoise.multiplatform-swiftpackage") version "1.0.1"
17+
id("com.chromaticnoise.multiplatform-swiftpackage") version "1.0.2"
1818
}
1919
```
2020

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
signing
66
}
77

8-
version = "1.0.1"
8+
version = "1.0.2"
99

1010
repositories {
1111
jcenter()

0 commit comments

Comments
 (0)