Skip to content

Commit

Permalink
Prepare version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russhwolf committed Nov 29, 2024
1 parent 9777f87 commit a52f0a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog #

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

- Update to Kotlin 2.1.0, Gradle 8.11, and Android Gradle Plugin 8.7.2
- Add `wasmWasi` support to `multiplatform-settings-coroutines` and `multiplatform-settings-serialization`.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
multiplatformSettings = "1.2.1-SNAPSHOT"
multiplatformSettings = "1.3.0"

kotlin = "2.1.0"
#noinspection GradleDependency
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

allprojects {
ext["library_version"] = "1.2.0"
ext["library_version"] = "1.3.0"

repositories {
mavenLocal()
Expand Down

0 comments on commit a52f0a1

Please sign in to comment.