Skip to content

Commit 3890102

Browse files
authored
1.6.21 + Prep release (#125)
1 parent 916c5f9 commit 3890102

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
66
project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [Unreleased]
8+
## [0.4.1] - 2022-06-04
99
### Changed
1010
- Add `watchosX64` target (#123)
11+
- Upgrade to Kotlin 1.6.21 (#125)
1112

1213
## [0.4.0] - 2022-01-13
1314
### Changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.konan.target.HostManager
22

33
plugins {
4-
kotlin("multiplatform") version "1.6.10"
4+
kotlin("multiplatform") version "1.6.21"
55
id("org.jetbrains.dokka") version "0.9.18"
66
id("maven-publish")
77
id("signing")

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.code.style=official
55
kotlin.incremental=true
66

77
GROUP=com.benasher44
8-
VERSION=0.4.0
8+
VERSION=0.4.1
99

1010
POM_URL=https://github.com/benasher44/uuid/
1111
POM_SCM_URL=https://github.com/benasher44/uuid/

publish.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ tasks.register('publishMac') {
159159
dependsOn 'publishWatchosArm32PublicationToMavenRepository'
160160
dependsOn 'publishWatchosArm64PublicationToMavenRepository'
161161
dependsOn 'publishWatchosSimulatorArm64PublicationToMavenRepository'
162+
dependsOn 'publishWatchosX64PublicationToMavenRepository'
162163
dependsOn 'publishWatchosX86PublicationToMavenRepository'
163164
dependsOn 'publishMacosArm64PublicationToMavenRepository'
164165
dependsOn 'publishMacosX64PublicationToMavenRepository'

0 commit comments

Comments
 (0)