Skip to content

Commit

Permalink
chore(publish): prepare for version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jan 28, 2024
1 parent 66515ea commit 26c9b38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased] - TBD
## [0.7.5] - Jan 28, 2024

### Changed

Expand Down Expand Up @@ -231,7 +231,8 @@

- Test for Publishing.

[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.4...HEAD
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.5...HEAD
[0.7.5]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.5
[0.7.4]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
[0.7.3]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
[0.7.2]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ allprojects {
### Multiplatform

```groovy
implementation("io.github.hoc081098:FlowExt:0.7.4")
implementation("io.github.hoc081098:FlowExt:0.7.5")
```

### Snapshot
Expand All @@ -95,7 +95,7 @@ allprojects {
}

dependencies {
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:0.7.6-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false

GROUP=io.github.hoc081098
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
VERSION_NAME=0.7.5-SNAPSHOT
VERSION_NAME=0.7.5

POM_NAME=FlowExt
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
Expand Down

0 comments on commit 26c9b38

Please sign in to comment.