Skip to content

Commit a65ff8c

Browse files
committed
resultflow: 0.1.0
1 parent 593e857 commit a65ff8c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gears could be used together or alone.
3939
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][viewmodelevents-flow] - An implementation of ViewModelEvents via `Flow`
4040
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][viewmodelevents-livedata] - An implementation of ViewModelEvents via `LiveData`
4141

42-
### :hourglass_flowing_sand: **[Result Flow](resultflow/)** [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/resultflow?style=flat-square)]
42+
### :hourglass_flowing_sand: **[Result Flow](resultflow/)** ![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/resultflow?style=flat-square)
4343

4444
A couple of extensions to convert long operations into `Flow<Result<T>>`.
4545

release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ if [[ "$input" != "yes" ]]; then
118118
exit 0
119119
fi
120120

121-
122-
123121
# 5. Push changes, trigger release on CI, and give a link to open PR
124122
echo
125123
echo "⏳ Pushing the changes to the remote repository..."

resultflow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
## Unreleased
22

3+
- *No changes*
4+
5+
## 0.1.0 (2024-08-01)
6+
37
Initial release

resultflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
implementation("com.redmadrobot.gears:resultflow:<version>")
30+
implementation("com.redmadrobot.gears:resultflow:0.1.0")
3131
}
3232
```
3333

@@ -89,5 +89,5 @@ Merge requests are welcome.
8989
For major changes, open an issue first to discuss what you would like to change.
9090

9191

92-
[mavenCentral]: https://search.maven.org/artifact/com.redmadrobot.gears/resultflow
92+
[mavenCentral]: https://central.sonatype.com/artifact/com.redmadrobot.gears/resultflow
9393
[license]: ../LICENSE

0 commit comments

Comments
 (0)