Skip to content

Commit

Permalink
chore(publish): prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Sep 22, 2024
1 parent 31db1d8 commit 810e339
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased]

## [1.0.0] - TBD
## [1.0.0] - Sep 22, 2024

This is our first stable release! Thanks everyone for using FlowExt, reporting bugs, providing feedback and sending PRs.

### Changed

- Update dependencies:
- [Kotlin `2.0.20`](https://github.com/JetBrains/kotlin/releases/tag/v2.0.20).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ allprojects {
### Multiplatform

```groovy
implementation("io.github.hoc081098:FlowExt:1.0.0-RC")
implementation("io.github.hoc081098:FlowExt:1.0.0")
```

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

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

Expand All @@ -124,7 +124,7 @@ allprojects {
}
dependencies {
implementation("io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:1.0.1-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=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0

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

0 comments on commit 810e339

Please sign in to comment.