Skip to content

Commit

Permalink
release: v0.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Jun 8, 2024
1 parent d7ff70d commit e171d3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

[//]: # (Removed, Added, Changed, Fixed, Updated)


## [0.10.2] - 2024-06-08

### Updated
- bump jetbrains-compose to [_1.6.11_](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.11).
- bump KSP to [_1.0.22_](https://github.com/google/ksp/releases/tag/2.0.0-1.0.22).
Expand Down Expand Up @@ -315,6 +318,7 @@ _Stabilization release._

## Notes

[0.10.2]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.10.2
[0.10.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.10.1
[0.10.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.10.0
[0.9.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Targeted for Gradle 8+ and Kotlin 1.9+. Built with:<br>
// in the `build.gradle.kts` of the target module
plugins {
kotlin("multiplatform") version "2.0.0"
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.10.1" // <-- add here
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.10.2" // <-- add here
}
```

Expand All @@ -59,7 +59,7 @@ pluginManagement {
}
resolutionStrategy.eachPlugin {
if (requested.id.toString() == "io.github.fluxo-kt.fluxo-kmp-conf")
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:e2dae3bec5") // <-- specify version or commit
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:d7ff70d411") // <-- specify version or commit
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[versions]

# WARNING: Remember to update the version in `README.md` examples!
version = "0.11.0-SNAPSHOT"
version = "0.10.2"

# Java/Kotlin compatibility
# WARNING: kotlinApiVersion can't be greater than kotlinLangVersion!
Expand Down

0 comments on commit e171d3f

Please sign in to comment.