Skip to content

Commit

Permalink
Upgrade Kotlin to 1.8.10 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 committed Feb 25, 2023
1 parent caa9867 commit 16806a2
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/).

## [0.6.1] - TBD
## [0.7.0] - 2022-02-25
### Changed
- Add support for linuxArm64 (#133)
- Add support for linuxArm64 (#134)
- Upgrade Kotlin to 1.8.10 (#135)

## [0.6.0] - 2022-11-08
### 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.7.20"
kotlin("multiplatform") version "1.8.10"
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.6.0
VERSION=0.7.0

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

0 comments on commit 16806a2

Please sign in to comment.