Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Artyom Shendrik <artyom.shendrik@gmail.com>
  • Loading branch information
amal committed Dec 15, 2023
1 parent 4e957a2 commit 96eccd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 @@

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


## [0.3.0] - 2023-12-15

_Stabilization release._

### Changed
Expand All @@ -30,6 +33,7 @@ _Stabilization release._

## Notes

[0.3.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.3.0
[0.2.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.2.0

[^1]: Uses [Common Changelog style](https://common-changelog.org/) [^2]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 "1.9.21"
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.2.0" // <-- add here
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.3.0" // <-- add here
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[versions]

version = "0.2.0"
version = "0.3.0"

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

0 comments on commit 96eccd5

Please sign in to comment.