Skip to content

Commit def028c

Browse files
committed
prep 1.9.20
1 parent 2b8aec2 commit def028c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [0.8.2]
8+
## [0.8.2] - 2023-11-10
99
### Changed
1010
- Bump kotlin to 1.9.20
1111
- Rename "wasm" target to "wasmJs" (required by kotlin 1.9.20)

publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tasks.register('publishMac') {
108108
dependsOn 'publishJvmPublicationToMavenRepository'
109109
dependsOn 'publishJsPublicationToMavenRepository'
110110
dependsOn 'publishKotlinMultiplatformPublicationToMavenRepository'
111-
dependsOn 'publishWasmPublicationToMavenRepository'
111+
dependsOn 'publishWasmJsPublicationToMavenRepository'
112112
}
113113

114114
tasks.register('publishWindows') {

0 commit comments

Comments
 (0)