Skip to content

Commit de543e6

Browse files
committed
Bump version to 1.0.1
1 parent 73548bd commit de543e6

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+
## [1.0.1]
912
### Added
1013
- Add all architectures of a platform at once
1114
```kotlin

README.md

+1-1
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.0"
17+
id("com.chromaticnoise.multiplatform-swiftpackage") version "1.0.1"
1818
}
1919
```
2020

build.gradle.kts

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

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

1010
repositories {
1111
jcenter()

0 commit comments

Comments
 (0)