Skip to content

Commit a52f0a1

Browse files
committed
Prepare version 1.3.0
1 parent 9777f87 commit a52f0a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## Unreleased ##
3+
## v1.3.0 *(2024-11-29)* ##
44

55
- Update to Kotlin 2.1.0, Gradle 8.11, and Android Gradle Plugin 8.7.2
66
- Add `wasmWasi` support to `multiplatform-settings-coroutines` and `multiplatform-settings-serialization`.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
multiplatformSettings = "1.2.1-SNAPSHOT"
2+
multiplatformSettings = "1.3.0"
33

44
kotlin = "2.1.0"
55
#noinspection GradleDependency

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
allprojects {
26-
ext["library_version"] = "1.2.0"
26+
ext["library_version"] = "1.3.0"
2727

2828
repositories {
2929
mavenLocal()

0 commit comments

Comments
 (0)