Skip to content

Commit 0882868

Browse files
committed
release: v0.9.1
Signed-off-by: Art Shendrik <[email protected]>
1 parent 3881882 commit 0882868

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[//]: # (Removed, Added, Changed, Fixed, Updated)
77

88

9-
## [0.9.0] - 2024-05-25
9+
## [0.9.1] - 2024-05-25
10+
11+
_**0.9.0** was skipped due to the release publication issues!_
1012

1113
### Removed
1214
- delete deprecated Kotlin/Native targets, removed in Kotlin 2.0.
@@ -274,7 +276,7 @@ _Stabilization release._
274276

275277
## Notes
276278

277-
[0.9.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.9.0
279+
[0.9.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.9.1
278280
[0.8.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.8.1
279281
[0.8.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.8.0
280282
[0.7.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.7.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Targeted for Gradle 8+ and Kotlin 1.9+. Built with:<br>
3333
// in the `build.gradle.kts` of the target module
3434
plugins {
3535
kotlin("multiplatform") version "1.9.24"
36-
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.9.0" // <-- add here
36+
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.9.1" // <-- add here
3737
}
3838
```
3939

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[versions]
1010

1111
# WARNING: Remember to update the version in `README.md` examples!
12-
version = "0.9.0"
12+
version = "0.9.1"
1313

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

0 commit comments

Comments
 (0)