Skip to content

Commit

Permalink
Upgrade to Kotlin 1.8.21 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 authored Jun 2, 2023
1 parent f7f4d20 commit 195eab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions 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.7.1] - 2023-06-01
### Changed
- Add `watchosDeviceArm64` target (#137)
- Add support for watchosDeviceArm64 (#137)
- Upgrade Kotlin to 1.8.21 (#139)

## [0.7.0] - 2023-02-25
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompileTool
import org.jetbrains.kotlin.konan.target.HostManager

plugins {
kotlin("multiplatform") version "1.8.10"
kotlin("multiplatform") version "1.8.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.7.0
VERSION=0.7.1

POM_URL=https://github.com/benasher44/uuid/
POM_SCM_URL=https://github.com/benasher44/uuid/
Expand Down

0 comments on commit 195eab9

Please sign in to comment.