Skip to content

Commit

Permalink
Add version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Jul 22, 2021
1 parent 7c29acf commit acfbf69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.0.3] - 2021-07-22

### Fixed

- Apple and Windows targets not being published

## [1.0.2] - 2021-07-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.doist.x:normalize:1.0.2")
implementation("com.doist.x:normalize:1.0.3")
}
}
}
Expand Down

0 comments on commit acfbf69

Please sign in to comment.