File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.4.1 ] - 2022-06-04
9
9
### Changed
10
10
- Add ` watchosX64 ` target (#123 )
11
+ - Upgrade to Kotlin 1.6.21 (#125 )
11
12
12
13
## [ 0.4.0] - 2022-01-13
13
14
### Changed
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.konan.target.HostManager
2
2
3
3
plugins {
4
- kotlin(" multiplatform" ) version " 1.6.10 "
4
+ kotlin(" multiplatform" ) version " 1.6.21 "
5
5
id(" org.jetbrains.dokka" ) version " 0.9.18"
6
6
id(" maven-publish" )
7
7
id(" signing" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.code.style=official
5
5
kotlin.incremental =true
6
6
7
7
GROUP =com.benasher44
8
- VERSION =0.4.0
8
+ VERSION =0.4.1
9
9
10
10
POM_URL =https://github.com/benasher44/uuid/
11
11
POM_SCM_URL =https://github.com/benasher44/uuid/
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ tasks.register('publishMac') {
159
159
dependsOn ' publishWatchosArm32PublicationToMavenRepository'
160
160
dependsOn ' publishWatchosArm64PublicationToMavenRepository'
161
161
dependsOn ' publishWatchosSimulatorArm64PublicationToMavenRepository'
162
+ dependsOn ' publishWatchosX64PublicationToMavenRepository'
162
163
dependsOn ' publishWatchosX86PublicationToMavenRepository'
163
164
dependsOn ' publishMacosArm64PublicationToMavenRepository'
164
165
dependsOn ' publishMacosX64PublicationToMavenRepository'
You can’t perform that action at this time.
0 commit comments