Skip to content

Commit

Permalink
1.6.21 + Prep release (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 authored Jun 4, 2022
1 parent 916c5f9 commit 3890102
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## [0.4.1] - 2022-06-04
### Changed
- Add `watchosX64` target (#123)
- Upgrade to Kotlin 1.6.21 (#125)

## [0.4.0] - 2022-01-13
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.target.HostManager

plugins {
kotlin("multiplatform") version "1.6.10"
kotlin("multiplatform") version "1.6.21"
id("org.jetbrains.dokka") version "0.9.18"
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.code.style=official
kotlin.incremental=true

GROUP=com.benasher44
VERSION=0.4.0
VERSION=0.4.1

POM_URL=https://github.com/benasher44/uuid/
POM_SCM_URL=https://github.com/benasher44/uuid/
Expand Down
1 change: 1 addition & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ tasks.register('publishMac') {
dependsOn 'publishWatchosArm32PublicationToMavenRepository'
dependsOn 'publishWatchosArm64PublicationToMavenRepository'
dependsOn 'publishWatchosSimulatorArm64PublicationToMavenRepository'
dependsOn 'publishWatchosX64PublicationToMavenRepository'
dependsOn 'publishWatchosX86PublicationToMavenRepository'
dependsOn 'publishMacosArm64PublicationToMavenRepository'
dependsOn 'publishMacosX64PublicationToMavenRepository'
Expand Down

0 comments on commit 3890102

Please sign in to comment.