Skip to content

Commit

Permalink
Prepare release (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Jun 3, 2024
1 parent b5ce0a0 commit 70e8eb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [0.3.4] - January 10, 2024
- Added `asUCE` map operation for `UCT`.

## [0.3.3] - May 10, 2022
- Added `flatMerge operation for `UCE`, `UCT`, `LC`, `UC` types.
- Added `event.merge(event2, event3)` and `event.merge(event2, event3, event4)`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Add the library to your list of dependencies:

```groovy
dependencies {
implementation("com.laimiux.lce:lce:0.3.1")
implementation("com.laimiux.lce:lce-rxjava3:0.3.1")
implementation("com.laimiux.lce:lce-test:0.3.1")
implementation("com.laimiux.lce:lce:0.3.4")
implementation("com.laimiux.lce:lce-rxjava3:0.3.4")
implementation("com.laimiux.lce:lce-test:0.3.4")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.laimiux.lce
VERSION_NAME=0.3.3
VERSION_NAME=0.3.4

POM_DESCRIPTION=LCE

Expand Down

0 comments on commit 70e8eb4

Please sign in to comment.