Skip to content

Commit acfbf69

Browse files
committed
Add version 1.0.3
1 parent 7c29acf commit acfbf69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [1.0.3] - 2021-07-22
6+
7+
### Fixed
8+
9+
- Apple and Windows targets not being published
10+
511
## [1.0.2] - 2021-07-22
612

713
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kotlin {
4444
sourceSets {
4545
val commonMain by getting {
4646
dependencies {
47-
implementation("com.doist.x:normalize:1.0.2")
47+
implementation("com.doist.x:normalize:1.0.3")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)