Skip to content

Commit f805fa1

Browse files
committed
release: v0.13.1
Signed-off-by: Art Shendrik <[email protected]>
1 parent 05b1ef9 commit f805fa1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

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

8+
9+
## [0.13.1] - 2024-11-25
10+
811
### Added
912
- add JVM compatibility and Kotlin options flags to disable a corresponding autoconfiguration.
1013

@@ -392,6 +395,7 @@ _Stabilization release._
392395

393396
## Notes
394397

398+
[0.13.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.13.1
395399
[0.13.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.13.0
396400
[0.12.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.12.1
397401
[0.12.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.12.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 "2.0.21"
36-
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.13.0" // <-- add here
36+
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.13.1" // <-- add here
3737
}
3838
```
3939

gradle/libs.versions.toml

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

1212
# WARNING: Remember to update the version in `README.md` examples!
13-
version = "0.13.1-SNAPSHOT"
13+
version = "0.13.1"
1414

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

0 commit comments

Comments
 (0)