Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ge-org committed Nov 7, 2020
1 parent 92d7ce2 commit 2b8ef85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
tbd

## [1.0.2]
### Fixed
- Fix a bug where target names were not always resolved correctly
[#1](https://github.com/ge-org/multiplatform-swiftpackage/issues/1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G

```kotlin
plugins {
id("com.chromaticnoise.multiplatform-swiftpackage") version "1.0.1"
id("com.chromaticnoise.multiplatform-swiftpackage") version "1.0.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
signing
}

version = "1.0.1"
version = "1.0.2"

repositories {
jcenter()
Expand Down

0 comments on commit 2b8ef85

Please sign in to comment.