Skip to content

Commit

Permalink
prep 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 committed Nov 10, 2023
1 parent 2b8aec2 commit def028c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.8.2]
## [0.8.2] - 2023-11-10
### Changed
- Bump kotlin to 1.9.20
- Rename "wasm" target to "wasmJs" (required by kotlin 1.9.20)
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tasks.register('publishMac') {
dependsOn 'publishJvmPublicationToMavenRepository'
dependsOn 'publishJsPublicationToMavenRepository'
dependsOn 'publishKotlinMultiplatformPublicationToMavenRepository'
dependsOn 'publishWasmPublicationToMavenRepository'
dependsOn 'publishWasmJsPublicationToMavenRepository'
}

tasks.register('publishWindows') {
Expand Down

0 comments on commit def028c

Please sign in to comment.