Skip to content

Commit 2718c89

Browse files
committed
Release 2.0.1
1 parent 8f0bec2 commit 2718c89

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

11+
## [2.0.1]
12+
### Changed
13+
- The class `MultiplatformSwiftPackagePlugin` is now public [#7](https://github.com/ge-org/multiplatform-swiftpackage/pull/7).
14+
15+
Thanks [@netroy](https://github.com/netroy)
16+
1117
## [2.0.0]
1218
### Added
1319
- You can now declare the name of the Swift package [#5](https://github.com/ge-org/multiplatform-swiftpackage/pull/5).

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.0"
20+
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.1"
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.0"
8+
version = "2.0.1"
99

1010
repositories {
1111
jcenter()

0 commit comments

Comments
 (0)